#7C0FB6
A dark, vivid purple closely aligning with Darkorchid.
About #7C0FB6
Visually, #7C0FB6 is defined as a vivid purple. It is closely associated with the named CSS color Darkorchid. In the RGB color space, it consists of 124 red, 15 green, and 182 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 32% cyan and 92% magenta inks. The HSL representation is 279.2° hue, 84.8% saturation, and 38.6% lightness.
When using this color as a background, text legibility must be considered. 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#7C0FB6
RGB124, 15, 182
HSL279.2°, 84.8%, 38.6%
CMYK32%, 92%, 0%, 29%
HSV279.2°, 91.8%, 71.4%
LAB34.0, 65.8, -62.7
XYZ16.9, 8.0, 44.9
Decimal8130486
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.07:1
Text on #FFFFFF
AAA
2.60:1
Text on #000000
FAIL
7.72:1
Text on #F8FAFC
AAA
2.21:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C0FB6;
}
.text-color {
color: #7C0FB6;
}
.border-color {
border: 2px solid #7C0FB6;
}