Shades of Dark Magenta #750098
Tints of Dark Magenta #750098
RGB
CMYK
RGB Variations
Color information
#750098 (or 0x750098) is known color: Dark Magenta. HEX triplet: 75, 00 and 98. RGB value is (117,0,152). Sum of RGB (Red+Green+Blue) = 117+0+152=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #750098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750098 is #8AFF67. Grayscale: #333333. Windows color (decimal): -9109352 or 9961589. OLE color: 9961589.
HSL color Cylindrical-coordinate representation of color #750098: hue angle of 286.18º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #750098 is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 0 | 152 | - |
| CMYK | 0.23 | 1 | 0 | 0.40 |
| HSL | 286.18º | 1% | 0.3% | - |
| HSV(B) | 286.18º | 1% | 0.6% | - |
| XYZ | 13 | 6.05 | 30.19 | - |
| YUV | 52.31 | 184.26 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 152 | 0.23 | 1 | 0 | 0.40 | 286.18 | 1 | 0.3 |
| Hex | 75 | 0 | 98 | 17 | 64 | 0 | 28 | 11E | 64 | 1E |
| Octal | 165 | 0 | 230 | 27 | 144 | 0 | 50 | 436 | 144 | 36 |
| Binary | 1110101 | 0 | 10011000 | 10111 | 1100100 | 0 | 101000 | 100011110 | 1100100 | 11110 |
Color Harmonies of #750098
Complementary color
Monochromatic Colors of #750098
Black with #750098
Text Example
Text Example
White with #750098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750098; }
p { color: rgb(117,0,152); }
H1.HeaderClassName
{
color: #750098;
}
.AnyTagClassName
{
color: #750098;
}
</style>
background-color css
<style>
a { background-color: #750098; }
a { background-color: rgb(117,0,152); }
div.DivClassName
{
background-color: #750098;
}
.BgClassName
{
background-color: #750098;
}
</style>
border-color css
<style>
span { border-color: #750098; }
span { border-color: rgb(117,0,152); }
td.TdClassName
{
border-color: #750098;
}
.TagClassName
{
border-color: #750098;
}
</style>