#6D0775
A dark, vivid magenta closely aligning with Purple.
About #6D0775
The hex code #6D0775 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Purple. In the RGB color space, it consists of 109 red, 7 green, and 117 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 7% Cyan, 94% Magenta, 0% Yellow, and 54% Black. The HSL representation is 295.6° hue, 88.7% saturation, and 24.3% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D0775
RGB109, 7, 117
HSL295.6°, 88.7%, 24.3%
CMYK7%, 94%, 0%, 54%
HSV295.6°, 94.0%, 45.9%
LAB25.8, 52.5, -36.1
XYZ9.6, 4.7, 17.2
Decimal7145333
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.84:1
Text on #FFFFFF
AAA
1.94:1
Text on #000000
FAIL
10.36:1
Text on #F8FAFC
AAA
1.65:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D0775;
}
.text-color {
color: #6D0775;
}
.border-color {
border: 2px solid #6D0775;
}