Shades of Dark Magenta #790694
Tints of Dark Magenta #790694
RGB
CMYK
RGB Variations
Color information
#790694 (or 0x790694) is known color: Dark Magenta. HEX triplet: 79, 06 and 94. RGB value is (121,6,148). Sum of RGB (Red+Green+Blue) = 121+6+148=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #790694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790694 is #86F96B. Grayscale: #383838. Windows color (decimal): -8845676 or 9700985. OLE color: 9700985.
HSL color Cylindrical-coordinate representation of color #790694: hue angle of 288.59º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790694 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 6 | 148 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.42 |
| HSL | 288.59º | 0.92% | 0.3% | - |
| HSV(B) | 288.59º | 0.96% | 0.58% | - |
| XYZ | 13.3 | 6.33 | 28.54 | - |
| YUV | 56.57 | 179.6 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 6 | 148 | 0.18 | 0.96 | 0 | 0.42 | 288.59 | 0.92 | 0.3 |
| Hex | 79 | 6 | 94 | 12 | 60 | 0 | 2A | 121 | 5C | 1E |
| Octal | 171 | 6 | 224 | 22 | 140 | 0 | 52 | 441 | 134 | 36 |
| Binary | 1111001 | 110 | 10010100 | 10010 | 1100000 | 0 | 101010 | 100100001 | 1011100 | 11110 |
Color Harmonies of #790694
Complementary color
Monochromatic Colors of #790694
Black with #790694
Text Example
Text Example
White with #790694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790694; }
p { color: rgb(121,6,148); }
H1.HeaderClassName
{
color: #790694;
}
.AnyTagClassName
{
color: #790694;
}
</style>
background-color css
<style>
a { background-color: #790694; }
a { background-color: rgb(121,6,148); }
div.DivClassName
{
background-color: #790694;
}
.BgClassName
{
background-color: #790694;
}
</style>
border-color css
<style>
span { border-color: #790694; }
span { border-color: rgb(121,6,148); }
td.TdClassName
{
border-color: #790694;
}
.TagClassName
{
border-color: #790694;
}
</style>