Shades of Dark Magenta #750398
Tints of Dark Magenta #750398
RGB
CMYK
RGB Variations
Color information
#750398 (or 0x750398) is known color: Dark Magenta. HEX triplet: 75, 03 and 98. RGB value is (117,3,152). Sum of RGB (Red+Green+Blue) = 117+3+152=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 152 (59.77% from 255 or 55.88% from 272); Max value from RGB is 152 - color contains mainly: blue. Hex color #750398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750398 is #8AFC67. Grayscale: #353535. Windows color (decimal): -9108584 or 9962357. OLE color: 9962357.
HSL color Cylindrical-coordinate representation of color #750398: hue angle of 285.91º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #750398 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 3 | 152 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.40 |
| HSL | 285.91º | 0.96% | 0.3% | - |
| HSV(B) | 285.91º | 0.98% | 0.6% | - |
| XYZ | 13.04 | 6.11 | 30.2 | - |
| YUV | 54.07 | 183.27 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 3 | 152 | 0.23 | 0.98 | 0 | 0.40 | 285.91 | 0.96 | 0.3 |
| Hex | 75 | 3 | 98 | 17 | 62 | 0 | 28 | 11E | 60 | 1E |
| Octal | 165 | 3 | 230 | 27 | 142 | 0 | 50 | 436 | 140 | 36 |
| Binary | 1110101 | 11 | 10011000 | 10111 | 1100010 | 0 | 101000 | 100011110 | 1100000 | 11110 |
Color Harmonies of #750398
Complementary color
Monochromatic Colors of #750398
Black with #750398
Text Example
Text Example
White with #750398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750398; }
p { color: rgb(117,3,152); }
H1.HeaderClassName
{
color: #750398;
}
.AnyTagClassName
{
color: #750398;
}
</style>
background-color css
<style>
a { background-color: #750398; }
a { background-color: rgb(117,3,152); }
div.DivClassName
{
background-color: #750398;
}
.BgClassName
{
background-color: #750398;
}
</style>
border-color css
<style>
span { border-color: #750398; }
span { border-color: rgb(117,3,152); }
td.TdClassName
{
border-color: #750398;
}
.TagClassName
{
border-color: #750398;
}
</style>