#7500C5
A dark, vivid purple closely aligning with Darkviolet.
About #7500C5
At its core, #7500C5 is a dark and vivid hue. Its closest recognized web color is Darkviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 0, and 197.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 41% C, 100% M, 0% Y, and 23% K. The HSL representation is 275.6° hue, 100.0% saturation, and 38.6% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7500C5
RGB117, 0, 197
HSL275.6°, 100.0%, 38.6%
CMYK41%, 100%, 0%, 23%
HSV275.6°, 100.0%, 77.3%
LAB33.6, 70.2, -72.2
XYZ17.4, 7.8, 53.4
Decimal7667909
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.19:1
Text on #FFFFFF
AAA
2.56:1
Text on #000000
FAIL
7.83:1
Text on #F8FAFC
AAA
2.18:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7500C5;
}
.text-color {
color: #7500C5;
}
.border-color {
border: 2px solid #7500C5;
}