#6D07AF
A dark, vivid purple closely aligning with Darkorchid.
About #6D07AF
The hex code #6D07AF represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Darkorchid. This translates to an RGB value of rgb(109, 7, 175).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 38% C, 96% M, 0% Y, and 31% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D07AF
RGB109, 7, 175
HSL276.4°, 92.3%, 35.7%
CMYK38%, 96%, 0%, 31%
HSV276.4°, 96.0%, 68.6%
LAB30.6, 63.8, -64.1
XYZ14.1, 6.5, 41.1
Decimal7145391
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.13:1
Text on #FFFFFF
AAA
2.30:1
Text on #000000
FAIL
8.73:1
Text on #F8FAFC
AAA
1.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D07AF;
}
.text-color {
color: #6D07AF;
}
.border-color {
border: 2px solid #6D07AF;
}