#6D0F57
A dark, vivid magenta closely aligning with Purple.
About #6D0F57
The precise color #6D0F57 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Purple. This translates to an RGB value of rgb(109, 15, 87).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 86% magenta, 20% yellow, and 57% black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D0F57
RGB109, 15, 87
HSL314.0°, 75.8%, 24.3%
CMYK0%, 86%, 20%, 57%
HSV314.0°, 86.2%, 42.7%
LAB24.6, 46.0, -18.5
XYZ8.2, 4.3, 9.4
Decimal7147351
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.31:1
Text on #FFFFFF
AAA
1.86:1
Text on #000000
FAIL
10.81:1
Text on #F8FAFC
AAA
1.58:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D0F57;
}
.text-color {
color: #6D0F57;
}
.border-color {
border: 2px solid #6D0F57;
}