#761380
A dark, vivid magenta closely aligning with Purple.
About #761380
The hex code #761380 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Purple. This translates to an RGB value of rgb(118, 19, 128).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 8% cyan, 85% magenta, 0% yellow, and 50% black. This makes it a relatively light 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#761380
RGB118, 19, 128
HSL294.5°, 74.1%, 28.8%
CMYK8%, 85%, 0%, 50%
HSV294.5°, 85.2%, 50.2%
LAB29.1, 53.6, -37.7
XYZ11.6, 5.9, 20.9
Decimal7738240
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.65:1
Text on #FFFFFF
AAA
2.18:1
Text on #000000
FAIL
9.23:1
Text on #F8FAFC
AAA
1.85:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #761380;
}
.text-color {
color: #761380;
}
.border-color {
border: 2px solid #761380;
}