Shades of Dark Magenta #790192
Tints of Dark Magenta #790192
RGB
CMYK
RGB Variations
Color information
#790192 (or 0x790192) is known color: Dark Magenta. HEX triplet: 79, 01 and 92. RGB value is (121,1,146). Sum of RGB (Red+Green+Blue) = 121+1+146=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #790192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790192 is #86FE6D. Grayscale: #343434. Windows color (decimal): -8846958 or 9568633. OLE color: 9568633.
HSL color Cylindrical-coordinate representation of color #790192: hue angle of 289.66º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #790192 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 1 | 146 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.43 |
| HSL | 289.66º | 0.99% | 0.29% | - |
| HSV(B) | 289.66º | 0.99% | 0.57% | - |
| XYZ | 13.08 | 6.16 | 27.69 | - |
| YUV | 53.41 | 180.26 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 1 | 146 | 0.17 | 0.99 | 0 | 0.43 | 289.66 | 0.99 | 0.29 |
| Hex | 79 | 1 | 92 | 11 | 63 | 0 | 2B | 122 | 63 | 1D |
| Octal | 171 | 1 | 222 | 21 | 143 | 0 | 53 | 442 | 143 | 35 |
| Binary | 1111001 | 1 | 10010010 | 10001 | 1100011 | 0 | 101011 | 100100010 | 1100011 | 11101 |
Color Harmonies of #790192
Complementary color
Monochromatic Colors of #790192
Black with #790192
Text Example
Text Example
White with #790192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790192; }
p { color: rgb(121,1,146); }
H1.HeaderClassName
{
color: #790192;
}
.AnyTagClassName
{
color: #790192;
}
</style>
background-color css
<style>
a { background-color: #790192; }
a { background-color: rgb(121,1,146); }
div.DivClassName
{
background-color: #790192;
}
.BgClassName
{
background-color: #790192;
}
</style>
border-color css
<style>
span { border-color: #790192; }
span { border-color: rgb(121,1,146); }
td.TdClassName
{
border-color: #790192;
}
.TagClassName
{
border-color: #790192;
}
</style>