Shades of Dark Magenta #790595
Tints of Dark Magenta #790595
RGB
CMYK
RGB Variations
Color information
#790595 (or 0x790595) is known color: Dark Magenta. HEX triplet: 79, 05 and 95. RGB value is (121,5,149). Sum of RGB (Red+Green+Blue) = 121+5+149=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 149 (58.59% from 255 or 54.18% from 275); Max value from RGB is 149 - color contains mainly: blue. Hex color #790595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790595 is #86FA6A. Grayscale: #373737. Windows color (decimal): -8845931 or 9766265. OLE color: 9766265.
HSL color Cylindrical-coordinate representation of color #790595: hue angle of 288.33º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #790595 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 5 | 149 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.42 |
| HSL | 288.33º | 0.94% | 0.3% | - |
| HSV(B) | 288.33º | 0.97% | 0.58% | - |
| XYZ | 13.36 | 6.34 | 28.95 | - |
| YUV | 56.1 | 180.43 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 5 | 149 | 0.19 | 0.97 | 0 | 0.42 | 288.33 | 0.94 | 0.3 |
| Hex | 79 | 5 | 95 | 13 | 61 | 0 | 2A | 120 | 5E | 1E |
| Octal | 171 | 5 | 225 | 23 | 141 | 0 | 52 | 440 | 136 | 36 |
| Binary | 1111001 | 101 | 10010101 | 10011 | 1100001 | 0 | 101010 | 100100000 | 1011110 | 11110 |
Color Harmonies of #790595
Complementary color
Monochromatic Colors of #790595
Black with #790595
Text Example
Text Example
White with #790595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790595; }
p { color: rgb(121,5,149); }
H1.HeaderClassName
{
color: #790595;
}
.AnyTagClassName
{
color: #790595;
}
</style>
background-color css
<style>
a { background-color: #790595; }
a { background-color: rgb(121,5,149); }
div.DivClassName
{
background-color: #790595;
}
.BgClassName
{
background-color: #790595;
}
</style>
border-color css
<style>
span { border-color: #790595; }
span { border-color: rgb(121,5,149); }
td.TdClassName
{
border-color: #790595;
}
.TagClassName
{
border-color: #790595;
}
</style>