#6D1D75
A dark, moderate magenta closely aligning with Purple.
About #6D1D75
Visually, #6D1D75 is defined as a moderate magenta. Its closest recognized web color is Purple. In the RGB color space, it consists of 109 red, 29 green, and 117 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 7% cyan, 75% magenta, 0% yellow, and 54% black. With a hue angle of 294.5 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#6D1D75
RGB109, 29, 117
HSL294.5°, 60.3%, 28.6%
CMYK7%, 75%, 0%, 54%
HSV294.5°, 75.2%, 45.9%
LAB27.9, 46.5, -32.8
XYZ10.0, 5.4, 17.3
Decimal7150965
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.08:1
Text on #FFFFFF
AAA
2.08:1
Text on #000000
FAIL
9.64:1
Text on #F8FAFC
AAA
1.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D1D75;
}
.text-color {
color: #6D1D75;
}
.border-color {
border: 2px solid #6D1D75;
}