#6D005F
A dark, vivid magenta closely aligning with Purple.
About #6D005F
Visually, #6D005F is defined as a vivid magenta. It is closely associated with the named CSS color Purple. This translates to an RGB value of rgb(109, 0, 95).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. With a hue angle of 307.7 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6D005F
RGB109, 0, 95
HSL307.7°, 100.0%, 21.4%
CMYK0%, 100%, 13%, 57%
HSV307.7°, 100.0%, 42.7%
LAB23.9, 50.4, -24.8
XYZ8.4, 4.1, 11.2
Decimal7143519
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.57:1
Text on #FFFFFF
AAA
1.82:1
Text on #000000
FAIL
11.06:1
Text on #F8FAFC
AAA
1.54:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D005F;
}
.text-color {
color: #6D005F;
}
.border-color {
border: 2px solid #6D005F;
}