#6D0F42
A dark, vivid magenta closely aligning with Purple.
About #6D0F42
Visually, #6D0F42 is defined as a vivid magenta. Designers often compare it to the standard color Purple. In the RGB color space, it consists of 109 red, 15 green, and 66 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 86% Magenta, 39% Yellow, and 57% Black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D0F42
RGB109, 15, 66
HSL327.4°, 75.8%, 24.3%
CMYK0%, 86%, 39%, 57%
HSV327.4°, 86.2%, 42.7%
LAB23.6, 43.3, -5.7
XYZ7.5, 4.0, 5.5
Decimal7147330
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.68:1
Text on #FFFFFF
AAA
1.80:1
Text on #000000
FAIL
11.17:1
Text on #F8FAFC
AAA
1.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D0F42;
}
.text-color {
color: #6D0F42;
}
.border-color {
border: 2px solid #6D0F42;
}