Shades of Dark Magenta #791192
Tints of Dark Magenta #791192
RGB
CMYK
RGB Variations
Color information
#791192 (or 0x791192) is known color: Dark Magenta. HEX triplet: 79, 11 and 92. RGB value is (121,17,146). Sum of RGB (Red+Green+Blue) = 121+17+146=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #791192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791192 is #86EE6D. Grayscale: #3E3E3E. Windows color (decimal): -8842862 or 9572729. OLE color: 9572729.
HSL color Cylindrical-coordinate representation of color #791192: hue angle of 288.37º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #791192 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 17 | 146 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.43 |
| HSL | 288.37º | 0.79% | 0.32% | - |
| HSV(B) | 288.37º | 0.88% | 0.57% | - |
| XYZ | 13.27 | 6.54 | 27.76 | - |
| YUV | 62.8 | 174.96 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 17 | 146 | 0.17 | 0.88 | 0 | 0.43 | 288.37 | 0.79 | 0.32 |
| Hex | 79 | 11 | 92 | 11 | 58 | 0 | 2B | 120 | 4F | 20 |
| Octal | 171 | 21 | 222 | 21 | 130 | 0 | 53 | 440 | 117 | 40 |
| Binary | 1111001 | 10001 | 10010010 | 10001 | 1011000 | 0 | 101011 | 100100000 | 1001111 | 100000 |
Color Harmonies of #791192
Complementary color
Monochromatic Colors of #791192
Black with #791192
Text Example
Text Example
White with #791192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791192; }
p { color: rgb(121,17,146); }
H1.HeaderClassName
{
color: #791192;
}
.AnyTagClassName
{
color: #791192;
}
</style>
background-color css
<style>
a { background-color: #791192; }
a { background-color: rgb(121,17,146); }
div.DivClassName
{
background-color: #791192;
}
.BgClassName
{
background-color: #791192;
}
</style>
border-color css
<style>
span { border-color: #791192; }
span { border-color: rgb(121,17,146); }
td.TdClassName
{
border-color: #791192;
}
.TagClassName
{
border-color: #791192;
}
</style>