#6D076D
A dark, vivid magenta closely aligning with Purple.
About #6D076D
When working with digital screens, the color #6D076D is rendered by mixing light. Its closest recognized web color is Purple. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 7, and 109.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 94% magenta, 0% yellow, and 57% black. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D076D
RGB109, 7, 109
HSL300.0°, 87.9%, 22.7%
CMYK0%, 94%, 0%, 57%
HSV300.0°, 93.6%, 42.7%
LAB25.3, 51.2, -31.8
XYZ9.1, 4.5, 14.9
Decimal7145325
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.04:1
Text on #FFFFFF
AAA
1.90:1
Text on #000000
FAIL
10.56:1
Text on #F8FAFC
AAA
1.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D076D;
}
.text-color {
color: #6D076D;
}
.border-color {
border: 2px solid #6D076D;
}