#6D077C
A dark, vivid magenta closely aligning with Purple.
About #6D077C
Visually, #6D077C is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Purple. This translates to an RGB value of rgb(109, 7, 124).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 12% C, 94% M, 0% Y, and 51% K. With a hue angle of 292.3 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6D077C
RGB109, 7, 124
HSL292.3°, 89.3%, 25.7%
CMYK12%, 94%, 0%, 51%
HSV292.3°, 94.4%, 48.6%
LAB26.3, 53.8, -39.7
XYZ10.0, 4.9, 19.5
Decimal7145340
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.65:1
Text on #FFFFFF
AAA
1.97:1
Text on #000000
FAIL
10.18:1
Text on #F8FAFC
AAA
1.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D077C;
}
.text-color {
color: #6D077C;
}
.border-color {
border: 2px solid #6D077C;
}