Shades of Dark Violet #790EB2
Tints of Dark Violet #790EB2
RGB
CMYK
RGB Variations
Color information
#790EB2 (or 0x790EB2) is known color: Dark Violet. HEX triplet: 79, 0E and B2. RGB value is (121,14,178). Sum of RGB (Red+Green+Blue) = 121+14+178=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 178 (69.92% from 255 or 56.87% from 313); Max value from RGB is 178 - color contains mainly: blue. Hex color #790EB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790EB2 is #86F14D. Grayscale: #404040. Windows color (decimal): -8843598 or 11669113. OLE color: 11669113.
HSL color Cylindrical-coordinate representation of color #790EB2: hue angle of 279.15º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #790EB2 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 121 | 14 | 178 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.30 |
| HSL | 279.15º | 0.85% | 0.38% | - |
| HSV(B) | 279.15º | 0.92% | 0.7% | - |
| XYZ | 16.08 | 7.59 | 42.74 | - |
| YUV | 64.69 | 191.95 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 14 | 178 | 0.32 | 0.92 | 0 | 0.30 | 279.15 | 0.85 | 0.38 |
| Hex | 79 | E | B2 | 20 | 5C | 0 | 1E | 117 | 55 | 26 |
| Octal | 171 | 16 | 262 | 40 | 134 | 0 | 36 | 427 | 125 | 46 |
| Binary | 1111001 | 1110 | 10110010 | 100000 | 1011100 | 0 | 11110 | 100010111 | 1010101 | 100110 |
Color Harmonies of #790EB2
Complementary color
Monochromatic Colors of #790EB2
Black with #790EB2
Text Example
Text Example
White with #790EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790EB2; }
p { color: rgb(121,14,178); }
H1.HeaderClassName
{
color: #790EB2;
}
.AnyTagClassName
{
color: #790EB2;
}
</style>
background-color css
<style>
a { background-color: #790EB2; }
a { background-color: rgb(121,14,178); }
div.DivClassName
{
background-color: #790EB2;
}
.BgClassName
{
background-color: #790EB2;
}
</style>
border-color css
<style>
span { border-color: #790EB2; }
span { border-color: rgb(121,14,178); }
td.TdClassName
{
border-color: #790EB2;
}
.TagClassName
{
border-color: #790EB2;
}
</style>