#7C3366
A dark, moderate magenta closely aligning with Darkslateblue.
About #7C3366
The hex code #7C3366 represents a beautifully specific shade of magenta. Its closest recognized web color is Darkslateblue. Its digital footprint relies on 124 parts red, 51 parts green, and 102 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 59% Magenta, 18% Yellow, and 51% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C3366
RGB124, 51, 102
HSL318.1°, 41.7%, 34.3%
CMYK0%, 59%, 18%, 51%
HSV318.1°, 58.9%, 48.6%
LAB33.2, 38.2, -14.8
XYZ11.9, 7.6, 13.4
Decimal8139622
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.33:1
Text on #FFFFFF
AAA
2.52:1
Text on #000000
FAIL
7.96:1
Text on #F8FAFC
AAA
2.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C3366;
}
.text-color {
color: #7C3366;
}
.border-color {
border: 2px solid #7C3366;
}