#7C3ACC
A medium, moderate purple closely aligning with Darkorchid.
About #7C3ACC
At its core, #7C3ACC is a medium and moderate hue. It is closely associated with the named CSS color Darkorchid. This translates to an RGB value of rgb(124, 58, 204).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 39% C, 72% M, 0% Y, and 20% K. With a hue angle of 267.1 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C3ACC
RGB124, 58, 204
HSL267.1°, 58.9%, 51.4%
CMYK39%, 72%, 0%, 20%
HSV267.1°, 71.6%, 80.0%
LAB40.7, 56.6, -64.7
XYZ20.7, 11.7, 58.3
Decimal8141516
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.30:1
Text on #FFFFFF
AA
3.33:1
Text on #000000
AA Large
6.02:1
Text on #F8FAFC
AA
2.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C3ACC;
}
.text-color {
color: #7C3ACC;
}
.border-color {
border: 2px solid #7C3ACC;
}