Shades of Dark Magenta #750998
Tints of Dark Magenta #750998
RGB
CMYK
RGB Variations
Color information
#750998 (or 0x750998) is known color: Dark Magenta. HEX triplet: 75, 09 and 98. RGB value is (117,9,152). Sum of RGB (Red+Green+Blue) = 117+9+152=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #750998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750998 is #8AF667. Grayscale: #393939. Windows color (decimal): -9107048 or 9963893. OLE color: 9963893.
HSL color Cylindrical-coordinate representation of color #750998: hue angle of 285.31º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750998 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 9 | 152 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.40 |
| HSL | 285.31º | 0.89% | 0.32% | - |
| HSV(B) | 285.31º | 0.94% | 0.6% | - |
| XYZ | 13.1 | 6.24 | 30.22 | - |
| YUV | 57.59 | 181.28 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 152 | 0.23 | 0.94 | 0 | 0.40 | 285.31 | 0.89 | 0.32 |
| Hex | 75 | 9 | 98 | 17 | 5E | 0 | 28 | 11D | 59 | 20 |
| Octal | 165 | 11 | 230 | 27 | 136 | 0 | 50 | 435 | 131 | 40 |
| Binary | 1110101 | 1001 | 10011000 | 10111 | 1011110 | 0 | 101000 | 100011101 | 1011001 | 100000 |
Color Harmonies of #750998
Complementary color
Monochromatic Colors of #750998
Black with #750998
Text Example
Text Example
White with #750998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750998; }
p { color: rgb(117,9,152); }
H1.HeaderClassName
{
color: #750998;
}
.AnyTagClassName
{
color: #750998;
}
</style>
background-color css
<style>
a { background-color: #750998; }
a { background-color: rgb(117,9,152); }
div.DivClassName
{
background-color: #750998;
}
.BgClassName
{
background-color: #750998;
}
</style>
border-color css
<style>
span { border-color: #750998; }
span { border-color: rgb(117,9,152); }
td.TdClassName
{
border-color: #750998;
}
.TagClassName
{
border-color: #750998;
}
</style>