Shades of Dark Violet #790ECE
Tints of Dark Violet #790ECE
RGB
CMYK
RGB Variations
Color information
#790ECE (or 0x790ECE) is known color: Dark Violet. HEX triplet: 79, 0E and CE. RGB value is (121,14,206). Sum of RGB (Red+Green+Blue) = 121+14+206=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #790ECE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790ECE is #86F131. Grayscale: #434343. Windows color (decimal): -8843570 or 13504121. OLE color: 13504121.
HSL color Cylindrical-coordinate representation of color #790ECE: hue angle of 273.44º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790ECE is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 14 | 206 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.19 |
| HSL | 273.44º | 0.87% | 0.43% | - |
| HSV(B) | 273.44º | 0.93% | 0.81% | - |
| XYZ | 19.18 | 8.84 | 59.09 | - |
| YUV | 67.88 | 205.95 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 14 | 206 | 0.41 | 0.93 | 0 | 0.19 | 273.44 | 0.87 | 0.43 |
| Hex | 79 | E | CE | 29 | 5D | 0 | 13 | 111 | 57 | 2B |
| Octal | 171 | 16 | 316 | 51 | 135 | 0 | 23 | 421 | 127 | 53 |
| Binary | 1111001 | 1110 | 11001110 | 101001 | 1011101 | 0 | 10011 | 100010001 | 1010111 | 101011 |
Color Harmonies of #790ECE
Complementary color
Monochromatic Colors of #790ECE
Black with #790ECE
Text Example
Text Example
White with #790ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790ECE; }
p { color: rgb(121,14,206); }
H1.HeaderClassName
{
color: #790ECE;
}
.AnyTagClassName
{
color: #790ECE;
}
</style>
background-color css
<style>
a { background-color: #790ECE; }
a { background-color: rgb(121,14,206); }
div.DivClassName
{
background-color: #790ECE;
}
.BgClassName
{
background-color: #790ECE;
}
</style>
border-color css
<style>
span { border-color: #790ECE; }
span { border-color: rgb(121,14,206); }
td.TdClassName
{
border-color: #790ECE;
}
.TagClassName
{
border-color: #790ECE;
}
</style>