#6D0FB6
A dark, vivid purple closely aligning with Darkorchid.
About #6D0FB6
At its core, #6D0FB6 is a dark and vivid hue. Designers often compare it to the standard color Darkorchid. In the RGB color space, it consists of 109 red, 15 green, and 182 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 40% cyan and 92% magenta inks. The HSL representation is 273.8° hue, 84.8% saturation, and 38.6% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D0FB6
RGB109, 15, 182
HSL273.8°, 84.8%, 38.6%
CMYK40%, 92%, 0%, 29%
HSV273.8°, 91.8%, 71.4%
LAB31.7, 64.0, -66.5
XYZ14.9, 7.0, 44.8
Decimal7147446
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.77:1
Text on #FFFFFF
AAA
2.39:1
Text on #000000
FAIL
8.38:1
Text on #F8FAFC
AAA
2.04:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D0FB6;
}
.text-color {
color: #6D0FB6;
}
.border-color {
border: 2px solid #6D0FB6;
}