#751675
A dark, moderate magenta closely aligning with Purple.
About #751675
The hex code #751675 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(117, 22, 117).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 81% magenta inks. The HSL representation is 300.0° hue, 68.3% saturation, and 27.3% lightness.
When using this color as a background, text legibility must be considered. 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#751675
RGB117, 22, 117
HSL300.0°, 68.3%, 27.3%
CMYK0%, 81%, 0%, 54%
HSV300.0°, 81.2%, 45.9%
LAB28.5, 50.7, -31.7
XYZ10.8, 5.6, 17.3
Decimal7673461
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.87:1
Text on #FFFFFF
AAA
2.13:1
Text on #000000
FAIL
9.43:1
Text on #F8FAFC
AAA
1.81:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #751675;
}
.text-color {
color: #751675;
}
.border-color {
border: 2px solid #751675;
}