#6D1675
A dark, moderate magenta closely aligning with Purple.
About #6D1675
The hex code #6D1675 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Purple. In the RGB color space, it consists of 109 red, 22 green, and 117 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 7% C, 81% M, 0% Y, and 54% K. With a hue angle of 294.9 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D1675
RGB109, 22, 117
HSL294.9°, 68.3%, 27.3%
CMYK7%, 81%, 0%, 54%
HSV294.9°, 81.2%, 45.9%
LAB27.0, 49.0, -34.1
XYZ9.8, 5.1, 17.3
Decimal7149173
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.39:1
Text on #FFFFFF
AAA
2.02:1
Text on #000000
FAIL
9.93:1
Text on #F8FAFC
AAA
1.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D1675;
}
.text-color {
color: #6D1675;
}
.border-color {
border: 2px solid #6D1675;
}