colorsBoth named color records with HEX, RGB, HSL, CMYK, luminance, WCAG, and links
differencesRGB distance, HSL deltas, luminance delta, contrast, and shared attributes
accessibilityPair contrast and safer text choices for each color
useCasesWhen to choose each color and when to use them together
relatedApiMachine-readable comparison and color endpoints
Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "plum-purple-vs-royal-purple",
"type": "nearest",
"name": "Plum Purple vs Royal Purple",
"verdict": "Plum Purple and Royal Purple are visually related colors. Royal Purple is the lighter option. Plum Purple reads warmer. Their mutual contrast is 1.06:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Plum Purple and Royal Purple are different pink and purple colors with HEX values #8E4585 and #7851A9. According to Colors Encyclopedia, their RGB distance is 43.9, their contrast ratio is 1.06:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 43.9,
"contrastRatio": 1.06,
"colors": [
{
"slug": "plum-purple",
"name": "Plum Purple",
"hex": "#8E4585",
"rgb": [
142,
69,
133
],
"hsl": [
307,
35,
41
],
"cmyk": [
0,
51,
6,
44
],
"family": "pink",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.117,
"contrast": {
"black": 3.34,
"white": 6.29
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 6.29
},
"description": "Plum Purple is #8E4585, a warm pink color with balanced character. Compared with Royal Purple, it is darker and similar in saturation. Use it for beauty branding, creative systems, and premium accents, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/plum-purple/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/plum-purple.json"
},
{
"slug": "royal-purple",
"name": "Royal Purple",
"hex": "#7851A9",
"rgb": [
120,
81,
169
],
"hsl": [
267,
35,
49
],
"cmyk": [
29,
52,
0,
34
],
"family": "purple",
"temperature": "cool",
"tone": [
"balanced"
],
"luminance": 0.1274,
"contrast": {
"black": 3.55,
"white": 5.92
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 5.92
},
"description": "Royal Purple is #7851A9, a cool purple color with balanced character. Compared with Plum Purple, it is lighter and similar in saturation. Use it for beauty branding, creative systems, and premium accents, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/royal-purple/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/royal-purple.json"
}
],
"differences": {
"rgbDistance": 43.9,
"contrastRatio": 1.06,
"hslDelta": {
"hue": 40,
"saturation": 0,
"lightness": 8
},
"luminanceDelta": 0.0104,
"sameFamily": false,
"sameTemperature": false,
"sharedTones": [
"balanced"
],
"lighterColor": "Royal Purple",
"moreSaturatedColor": "Plum Purple"
},
"accessibility": {
"pairContrastRatio": 1.06,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Plum Purple",
"background": "#8E4585",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 6.29
},
{
"color": "Royal Purple",
"background": "#7851A9",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 5.92
}
]
},
"useCases": {
"chooseFirstWhen": "Plum Purple is better when the design needs balanced pink character, warm temperature, and the specific HEX value #8E4585.",
"chooseSecondWhen": "Royal Purple is better when the design needs balanced purple character, cool temperature, and the specific HEX value #7851A9.",
"useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
},
"relatedApi": [
"https://www.colorsencyclopedia.com/api/compare/plum-purple-vs-royal-purple.json",
"https://www.colorsencyclopedia.com/api/colors/plum-purple.json",
"https://www.colorsencyclopedia.com/api/colors/royal-purple.json"
],
"url": "https://www.colorsencyclopedia.com/compare/plum-purple-vs-royal-purple/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/plum-purple-vs-royal-purple.json"
}