Shades of Dark Magenta #750EA3
Tints of Dark Magenta #750EA3
RGB
CMYK
RGB Variations
Color information
#750EA3 (or 0x750EA3) is known color: Dark Magenta. HEX triplet: 75, 0E and A3. RGB value is (117,14,163). Sum of RGB (Red+Green+Blue) = 117+14+163=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 163 (64.06% from 255 or 55.44% from 294); Max value from RGB is 163 - color contains mainly: blue. Hex color #750EA3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750EA3 is #8AF15C. Grayscale: #3D3D3D. Windows color (decimal): -9105757 or 10686069. OLE color: 10686069.
HSL color Cylindrical-coordinate representation of color #750EA3: hue angle of 281.48º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750EA3 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 14 | 163 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.36 |
| HSL | 281.48º | 0.84% | 0.35% | - |
| HSV(B) | 281.48º | 0.91% | 0.64% | - |
| XYZ | 14.1 | 6.74 | 35.21 | - |
| YUV | 61.78 | 185.12 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 163 | 0.28 | 0.91 | 0 | 0.36 | 281.48 | 0.84 | 0.35 |
| Hex | 75 | E | A3 | 1C | 5B | 0 | 24 | 119 | 54 | 23 |
| Octal | 165 | 16 | 243 | 34 | 133 | 0 | 44 | 431 | 124 | 43 |
| Binary | 1110101 | 1110 | 10100011 | 11100 | 1011011 | 0 | 100100 | 100011001 | 1010100 | 100011 |
Color Harmonies of #750EA3
Complementary color
Monochromatic Colors of #750EA3
Black with #750EA3
Text Example
Text Example
White with #750EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750EA3; }
p { color: rgb(117,14,163); }
H1.HeaderClassName
{
color: #750EA3;
}
.AnyTagClassName
{
color: #750EA3;
}
</style>
background-color css
<style>
a { background-color: #750EA3; }
a { background-color: rgb(117,14,163); }
div.DivClassName
{
background-color: #750EA3;
}
.BgClassName
{
background-color: #750EA3;
}
</style>
border-color css
<style>
span { border-color: #750EA3; }
span { border-color: rgb(117,14,163); }
td.TdClassName
{
border-color: #750EA3;
}
.TagClassName
{
border-color: #750EA3;
}
</style>