#750F83
A dark, vivid magenta closely aligning with Purple.
About #750F83
When working with digital screens, the color #750F83 is rendered by mixing light. Its closest recognized web color is Purple. In the RGB color space, it consists of 117 red, 15 green, and 131 blue.
Translating this color to physical media requires the CMYK color model. The color uses 11% Cyan, 89% Magenta, 0% Yellow, and 49% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#750F83
RGB117, 15, 131
HSL292.8°, 79.5%, 28.6%
CMYK11%, 89%, 0%, 49%
HSV292.8°, 88.5%, 51.4%
LAB28.8, 54.9, -40.1
XYZ11.6, 5.8, 22.0
Decimal7671683
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.76:1
Text on #FFFFFF
AAA
2.15:1
Text on #000000
FAIL
9.32:1
Text on #F8FAFC
AAA
1.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #750F83;
}
.text-color {
color: #750F83;
}
.border-color {
border: 2px solid #750F83;
}