#6D0F7C
A dark, vivid magenta closely aligning with Purple.
About #6D0F7C
The hex code #6D0F7C represents a beautifully specific shade of magenta. Its closest recognized web color is Purple. This translates to an RGB value of rgb(109, 15, 124).
For print applications, it's crucial to understand its CMYK makeup. The color uses 12% Cyan, 88% Magenta, 0% Yellow, and 51% Black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D0F7C
RGB109, 15, 124
HSL291.7°, 78.4%, 27.3%
CMYK12%, 88%, 0%, 51%
HSV291.7°, 87.9%, 48.6%
LAB26.9, 52.2, -38.8
XYZ10.1, 5.0, 19.5
Decimal7147388
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.45:1
Text on #FFFFFF
AAA
2.01:1
Text on #000000
FAIL
9.99:1
Text on #F8FAFC
AAA
1.71:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D0F7C;
}
.text-color {
color: #6D0F7C;
}
.border-color {
border: 2px solid #6D0F7C;
}