#6D0075
A dark, vivid magenta closely aligning with Purple.
About #6D0075
The precise color #6D0075 is an excellent choice for modern design projects. It is closely associated with the named CSS color Purple. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 0, and 117.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 7% cyan and 100% magenta inks. The HSL representation is 295.9° hue, 100.0% saturation, and 22.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D0075
RGB109, 0, 117
HSL295.9°, 100.0%, 22.9%
CMYK7%, 100%, 0%, 54%
HSV295.9°, 100.0%, 45.9%
LAB25.4, 53.9, -36.8
XYZ9.5, 4.5, 17.2
Decimal7143541
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.01:1
Text on #FFFFFF
AAA
1.91:1
Text on #000000
FAIL
10.52:1
Text on #F8FAFC
AAA
1.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D0075;
}
.text-color {
color: #6D0075;
}
.border-color {
border: 2px solid #6D0075;
}