#500F7C
A dark, vivid purple closely aligning with Indigo.
About #500F7C
At its core, #500F7C is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Indigo. In the RGB color space, it consists of 80 red, 15 green, and 124 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 35% Cyan, 88% Magenta, 0% Yellow, and 51% Black. The HSL representation is 275.8° hue, 78.4% saturation, and 27.3% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#500F7C
RGB80, 15, 124
HSL275.8°, 78.4%, 27.3%
CMYK35%, 88%, 0%, 51%
HSV275.8°, 87.9%, 48.6%
LAB22.0, 47.2, -47.0
XYZ7.1, 3.5, 19.4
Decimal5246844
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.35:1
Text on #FFFFFF
AAA
1.70:1
Text on #000000
FAIL
11.80:1
Text on #F8FAFC
AAA
1.45:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #500F7C;
}
.text-color {
color: #500F7C;
}
.border-color {
border: 2px solid #500F7C;
}