#7C24C5
A medium, moderate purple closely aligning with Darkorchid.
About #7C24C5
Visually, #7C24C5 is defined as a moderate purple. It is closely associated with the named CSS color Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 36, and 197.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 37% cyan and 82% magenta inks. With a hue angle of 272.8 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C24C5
RGB124, 36, 197
HSL272.8°, 69.1%, 45.7%
CMYK37%, 82%, 0%, 23%
HSV272.8°, 81.7%, 77.3%
LAB37.1, 63.7, -66.5
XYZ19.0, 9.6, 53.7
Decimal8135877
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.20:1
Text on #FFFFFF
AAA
2.92:1
Text on #000000
FAIL
6.88:1
Text on #F8FAFC
AA
2.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C24C5;
}
.text-color {
color: #7C24C5;
}
.border-color {
border: 2px solid #7C24C5;
}