#6D1650
A dark, moderate magenta closely aligning with Purple.
About #6D1650
When working with digital screens, the color #6D1650 is rendered by mixing light. Designers often compare it to the standard color Purple. This translates to an RGB value of rgb(109, 22, 80).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 80% Magenta, 27% Yellow, and 57% Black. The HSL representation is 320.0° hue, 66.4% saturation, and 25.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D1650
RGB109, 22, 80
HSL320.0°, 66.4%, 25.7%
CMYK0%, 80%, 27%, 57%
HSV320.0°, 79.8%, 42.7%
LAB25.0, 42.9, -13.2
XYZ8.0, 4.4, 8.0
Decimal7149136
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.17:1
Text on #FFFFFF
AAA
1.88:1
Text on #000000
FAIL
10.67:1
Text on #F8FAFC
AAA
1.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D1650;
}
.text-color {
color: #6D1650;
}
.border-color {
border: 2px solid #6D1650;
}