#7C2CCC
A medium, moderate purple closely aligning with Darkorchid.
About #7C2CCC
At its core, #7C2CCC is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Darkorchid. This translates to an RGB value of rgb(124, 44, 204).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 39% Cyan, 78% Magenta, 0% Yellow, and 20% Black. With a hue angle of 270.0 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C2CCC
RGB124, 44, 204
HSL270.0°, 64.5%, 48.6%
CMYK39%, 78%, 0%, 20%
HSV270.0°, 78.4%, 80.0%
LAB38.6, 62.5, -68.0
XYZ20.1, 10.4, 58.1
Decimal8137932
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.80:1
Text on #FFFFFF
AA
3.09:1
Text on #000000
AA Large
6.50:1
Text on #F8FAFC
AA
2.63:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C2CCC;
}
.text-color {
color: #7C2CCC;
}
.border-color {
border: 2px solid #7C2CCC;
}