Shades of Dark Violet #790ECB
Tints of Dark Violet #790ECB
RGB
CMYK
RGB Variations
Color information
#790ECB (or 0x790ECB) is known color: Dark Violet. HEX triplet: 79, 0E and CB. RGB value is (121,14,203). Sum of RGB (Red+Green+Blue) = 121+14+203=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #790ECB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790ECB is #86F134. Grayscale: #424242. Windows color (decimal): -8843573 or 13307513. OLE color: 13307513.
HSL color Cylindrical-coordinate representation of color #790ECB: hue angle of 273.97º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790ECB is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 14 | 203 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.20 |
| HSL | 273.97º | 0.87% | 0.43% | - |
| HSV(B) | 273.97º | 0.93% | 0.8% | - |
| XYZ | 18.82 | 8.69 | 57.19 | - |
| YUV | 67.54 | 204.45 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 14 | 203 | 0.40 | 0.93 | 0 | 0.20 | 273.97 | 0.87 | 0.43 |
| Hex | 79 | E | CB | 28 | 5D | 0 | 14 | 112 | 57 | 2B |
| Octal | 171 | 16 | 313 | 50 | 135 | 0 | 24 | 422 | 127 | 53 |
| Binary | 1111001 | 1110 | 11001011 | 101000 | 1011101 | 0 | 10100 | 100010010 | 1010111 | 101011 |
Color Harmonies of #790ECB
Complementary color
Monochromatic Colors of #790ECB
Black with #790ECB
Text Example
Text Example
White with #790ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790ECB; }
p { color: rgb(121,14,203); }
H1.HeaderClassName
{
color: #790ECB;
}
.AnyTagClassName
{
color: #790ECB;
}
</style>
background-color css
<style>
a { background-color: #790ECB; }
a { background-color: rgb(121,14,203); }
div.DivClassName
{
background-color: #790ECB;
}
.BgClassName
{
background-color: #790ECB;
}
</style>
border-color css
<style>
span { border-color: #790ECB; }
span { border-color: rgb(121,14,203); }
td.TdClassName
{
border-color: #790ECB;
}
.TagClassName
{
border-color: #790ECB;
}
</style>