#832475
A dark, moderate magenta closely aligning with Purple.
About #832475
At its core, #832475 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Purple. Its digital footprint relies on 131 parts red, 36 parts green, and 117 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 73% magenta inks. With a hue angle of 308.8 degrees, it sits comfortably in the magenta spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#832475
RGB131, 36, 117
HSL308.8°, 56.9%, 32.7%
CMYK0%, 73%, 11%, 49%
HSV308.8°, 72.5%, 51.4%
LAB32.6, 49.3, -25.0
XYZ13.2, 7.4, 17.6
Decimal8594549
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.49:1
Text on #FFFFFF
AAA
2.47:1
Text on #000000
FAIL
8.11:1
Text on #F8FAFC
AAA
2.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #832475;
}
.text-color {
color: #832475;
}
.border-color {
border: 2px solid #832475;
}