Shades of Dark Magenta #750898
Tints of Dark Magenta #750898
RGB
CMYK
RGB Variations
Color information
#750898 (or 0x750898) is known color: Dark Magenta. HEX triplet: 75, 08 and 98. RGB value is (117,8,152). Sum of RGB (Red+Green+Blue) = 117+8+152=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #750898 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750898 is #8AF767. Grayscale: #383838. Windows color (decimal): -9107304 or 9963637. OLE color: 9963637.
HSL color Cylindrical-coordinate representation of color #750898: hue angle of 285.42º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750898 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 8 | 152 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.40 |
| HSL | 285.42º | 0.9% | 0.31% | - |
| HSV(B) | 285.42º | 0.95% | 0.6% | - |
| XYZ | 13.09 | 6.22 | 30.22 | - |
| YUV | 57.01 | 181.61 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 8 | 152 | 0.23 | 0.95 | 0 | 0.40 | 285.42 | 0.9 | 0.31 |
| Hex | 75 | 8 | 98 | 17 | 5F | 0 | 28 | 11D | 5A | 1F |
| Octal | 165 | 10 | 230 | 27 | 137 | 0 | 50 | 435 | 132 | 37 |
| Binary | 1110101 | 1000 | 10011000 | 10111 | 1011111 | 0 | 101000 | 100011101 | 1011010 | 11111 |
Color Harmonies of #750898
Complementary color
Monochromatic Colors of #750898
Black with #750898
Text Example
Text Example
White with #750898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750898; }
p { color: rgb(117,8,152); }
H1.HeaderClassName
{
color: #750898;
}
.AnyTagClassName
{
color: #750898;
}
</style>
background-color css
<style>
a { background-color: #750898; }
a { background-color: rgb(117,8,152); }
div.DivClassName
{
background-color: #750898;
}
.BgClassName
{
background-color: #750898;
}
</style>
border-color css
<style>
span { border-color: #750898; }
span { border-color: rgb(117,8,152); }
td.TdClassName
{
border-color: #750898;
}
.TagClassName
{
border-color: #750898;
}
</style>