#7C00B6
A dark, vivid purple closely aligning with Darkorchid.
About #7C00B6
Visually, #7C00B6 is defined as a vivid purple. Designers often compare it to the standard color Darkorchid. In the RGB color space, it consists of 124 red, 0 green, and 182 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 32% C, 100% M, 0% Y, and 29% K. The HSL representation is 280.9° hue, 100.0% saturation, and 35.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C00B6
RGB124, 0, 182
HSL280.9°, 100.0%, 35.7%
CMYK32%, 100%, 0%, 29%
HSV280.9°, 100.0%, 71.4%
LAB33.3, 68.0, -63.9
XYZ16.8, 7.7, 44.9
Decimal8126646
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.29:1
Text on #FFFFFF
AAA
2.53:1
Text on #000000
FAIL
7.93:1
Text on #F8FAFC
AAA
2.15:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C00B6;
}
.text-color {
color: #7C00B6;
}
.border-color {
border: 2px solid #7C00B6;
}