#6D07B6
A dark, vivid purple closely aligning with Darkorchid.
About #6D07B6
When working with digital screens, the color #6D07B6 is rendered by mixing light. Designers often compare it to the standard color Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 7, and 182.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 40% C, 96% M, 0% Y, and 29% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D07B6
RGB109, 7, 182
HSL275.0°, 92.6%, 37.1%
CMYK40%, 96%, 0%, 29%
HSV275.0°, 96.2%, 71.4%
LAB31.3, 65.3, -67.2
XYZ14.8, 6.8, 44.8
Decimal7145398
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.91:1
Text on #FFFFFF
AAA
2.36:1
Text on #000000
FAIL
8.52:1
Text on #F8FAFC
AAA
2.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D07B6;
}
.text-color {
color: #6D07B6;
}
.border-color {
border: 2px solid #6D07B6;
}