Shades of Dark Magenta #750899
Tints of Dark Magenta #750899
RGB
CMYK
RGB Variations
Color information
#750899 (or 0x750899) is known color: Dark Magenta. HEX triplet: 75, 08 and 99. RGB value is (117,8,153). Sum of RGB (Red+Green+Blue) = 117+8+153=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #750899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750899 is #8AF766. Grayscale: #383838. Windows color (decimal): -9107303 or 10029173. OLE color: 10029173.
HSL color Cylindrical-coordinate representation of color #750899: hue angle of 285.1º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750899 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 8 | 153 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.4 |
| HSL | 285.1º | 0.9% | 0.32% | - |
| HSV(B) | 285.1º | 0.95% | 0.6% | - |
| XYZ | 13.17 | 6.26 | 30.65 | - |
| YUV | 57.12 | 182.11 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 8 | 153 | 0.24 | 0.95 | 0 | 0.4 | 285.1 | 0.9 | 0.32 |
| Hex | 75 | 8 | 99 | 18 | 5F | 0 | 28 | 11D | 5A | 20 |
| Octal | 165 | 10 | 231 | 30 | 137 | 0 | 50 | 435 | 132 | 40 |
| Binary | 1110101 | 1000 | 10011001 | 11000 | 1011111 | 0 | 101000 | 100011101 | 1011010 | 100000 |
Color Harmonies of #750899
Complementary color
Monochromatic Colors of #750899
Black with #750899
Text Example
Text Example
White with #750899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750899; }
p { color: rgb(117,8,153); }
H1.HeaderClassName
{
color: #750899;
}
.AnyTagClassName
{
color: #750899;
}
</style>
background-color css
<style>
a { background-color: #750899; }
a { background-color: rgb(117,8,153); }
div.DivClassName
{
background-color: #750899;
}
.BgClassName
{
background-color: #750899;
}
</style>
border-color css
<style>
span { border-color: #750899; }
span { border-color: rgb(117,8,153); }
td.TdClassName
{
border-color: #750899;
}
.TagClassName
{
border-color: #750899;
}
</style>