#7C07B6
A dark, vivid purple closely aligning with Darkorchid.
About #7C07B6
At its core, #7C07B6 is a dark and vivid hue. Its closest recognized web color is Darkorchid. This translates to an RGB value of rgb(124, 7, 182).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 32% C, 96% M, 0% Y, and 29% K. With a hue angle of 280.1 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C07B6
RGB124, 7, 182
HSL280.1°, 92.6%, 37.1%
CMYK32%, 96%, 0%, 29%
HSV280.1°, 96.2%, 71.4%
LAB33.6, 67.0, -63.3
XYZ16.8, 7.8, 44.9
Decimal8128438
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: #7C07B6;
}
.text-color {
color: #7C07B6;
}
.border-color {
border: 2px solid #7C07B6;
}