Shades of Dark Magenta #790396
Tints of Dark Magenta #790396
RGB
CMYK
RGB Variations
Color information
#790396 (or 0x790396) is known color: Dark Magenta. HEX triplet: 79, 03 and 96. RGB value is (121,3,150). Sum of RGB (Red+Green+Blue) = 121+3+150=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #790396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790396 is #86FC69. Grayscale: #363636. Windows color (decimal): -8846442 or 9831289. OLE color: 9831289.
HSL color Cylindrical-coordinate representation of color #790396: hue angle of 288.16º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #790396 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 121 | 3 | 150 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.41 |
| HSL | 288.16º | 0.96% | 0.3% | - |
| HSV(B) | 288.16º | 0.98% | 0.59% | - |
| XYZ | 13.42 | 6.33 | 29.37 | - |
| YUV | 55.04 | 181.59 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 3 | 150 | 0.19 | 0.98 | 0 | 0.41 | 288.16 | 0.96 | 0.3 |
| Hex | 79 | 3 | 96 | 13 | 62 | 0 | 29 | 120 | 60 | 1E |
| Octal | 171 | 3 | 226 | 23 | 142 | 0 | 51 | 440 | 140 | 36 |
| Binary | 1111001 | 11 | 10010110 | 10011 | 1100010 | 0 | 101001 | 100100000 | 1100000 | 11110 |
Color Harmonies of #790396
Complementary color
Monochromatic Colors of #790396
Black with #790396
Text Example
Text Example
White with #790396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790396; }
p { color: rgb(121,3,150); }
H1.HeaderClassName
{
color: #790396;
}
.AnyTagClassName
{
color: #790396;
}
</style>
background-color css
<style>
a { background-color: #790396; }
a { background-color: rgb(121,3,150); }
div.DivClassName
{
background-color: #790396;
}
.BgClassName
{
background-color: #790396;
}
</style>
border-color css
<style>
span { border-color: #790396; }
span { border-color: rgb(121,3,150); }
td.TdClassName
{
border-color: #790396;
}
.TagClassName
{
border-color: #790396;
}
</style>