#7C336D
A dark, moderate magenta closely aligning with Purple.
About #7C336D
At its core, #7C336D is a dark and moderate hue. Designers often compare it to the standard color Purple. This translates to an RGB value of rgb(124, 51, 109).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 59% Magenta, 12% Yellow, and 51% Black. With a hue angle of 312.3 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. 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#7C336D
RGB124, 51, 109
HSL312.3°, 41.7%, 34.3%
CMYK0%, 59%, 12%, 51%
HSV312.3°, 58.9%, 48.6%
LAB33.5, 39.4, -18.7
XYZ12.3, 7.8, 15.3
Decimal8139629
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.23:1
Text on #FFFFFF
AAA
2.55:1
Text on #000000
FAIL
7.87:1
Text on #F8FAFC
AAA
2.17:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C336D;
}
.text-color {
color: #7C336D;
}
.border-color {
border: 2px solid #7C336D;
}