Shades of Dark Magenta #790294
Tints of Dark Magenta #790294
RGB
CMYK
RGB Variations
Color information
#790294 (or 0x790294) is known color: Dark Magenta. HEX triplet: 79, 02 and 94. RGB value is (121,2,148). Sum of RGB (Red+Green+Blue) = 121+2+148=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #790294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790294 is #86FD6B. Grayscale: #353535. Windows color (decimal): -8846700 or 9699961. OLE color: 9699961.
HSL color Cylindrical-coordinate representation of color #790294: hue angle of 288.9º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #790294 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 2 | 148 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.42 |
| HSL | 288.9º | 0.97% | 0.29% | - |
| HSV(B) | 288.9º | 0.99% | 0.58% | - |
| XYZ | 13.25 | 6.25 | 28.52 | - |
| YUV | 54.23 | 180.92 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 2 | 148 | 0.18 | 0.99 | 0 | 0.42 | 288.9 | 0.97 | 0.29 |
| Hex | 79 | 2 | 94 | 12 | 63 | 0 | 2A | 121 | 61 | 1D |
| Octal | 171 | 2 | 224 | 22 | 143 | 0 | 52 | 441 | 141 | 35 |
| Binary | 1111001 | 10 | 10010100 | 10010 | 1100011 | 0 | 101010 | 100100001 | 1100001 | 11101 |
Color Harmonies of #790294
Complementary color
Monochromatic Colors of #790294
Black with #790294
Text Example
Text Example
White with #790294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790294; }
p { color: rgb(121,2,148); }
H1.HeaderClassName
{
color: #790294;
}
.AnyTagClassName
{
color: #790294;
}
</style>
background-color css
<style>
a { background-color: #790294; }
a { background-color: rgb(121,2,148); }
div.DivClassName
{
background-color: #790294;
}
.BgClassName
{
background-color: #790294;
}
</style>
border-color css
<style>
span { border-color: #790294; }
span { border-color: rgb(121,2,148); }
td.TdClassName
{
border-color: #790294;
}
.TagClassName
{
border-color: #790294;
}
</style>