Shades of Dark Violet #790BB2
Tints of Dark Violet #790BB2
RGB
CMYK
RGB Variations
Color information
#790BB2 (or 0x790BB2) is known color: Dark Violet. HEX triplet: 79, 0B and B2. RGB value is (121,11,178). Sum of RGB (Red+Green+Blue) = 121+11+178=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 178 (69.92% from 255 or 57.42% from 310); Max value from RGB is 178 - color contains mainly: blue. Hex color #790BB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790BB2 is #86F44D. Grayscale: #3E3E3E. Windows color (decimal): -8844366 or 11668345. OLE color: 11668345.
HSL color Cylindrical-coordinate representation of color #790BB2: hue angle of 279.52º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790BB2 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 121 | 11 | 178 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.30 |
| HSL | 279.52º | 0.88% | 0.37% | - |
| HSV(B) | 279.52º | 0.94% | 0.7% | - |
| XYZ | 16.04 | 7.52 | 42.73 | - |
| YUV | 62.93 | 192.94 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 11 | 178 | 0.32 | 0.94 | 0 | 0.30 | 279.52 | 0.88 | 0.37 |
| Hex | 79 | B | B2 | 20 | 5E | 0 | 1E | 118 | 58 | 25 |
| Octal | 171 | 13 | 262 | 40 | 136 | 0 | 36 | 430 | 130 | 45 |
| Binary | 1111001 | 1011 | 10110010 | 100000 | 1011110 | 0 | 11110 | 100011000 | 1011000 | 100101 |
Color Harmonies of #790BB2
Complementary color
Monochromatic Colors of #790BB2
Black with #790BB2
Text Example
Text Example
White with #790BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790BB2; }
p { color: rgb(121,11,178); }
H1.HeaderClassName
{
color: #790BB2;
}
.AnyTagClassName
{
color: #790BB2;
}
</style>
background-color css
<style>
a { background-color: #790BB2; }
a { background-color: rgb(121,11,178); }
div.DivClassName
{
background-color: #790BB2;
}
.BgClassName
{
background-color: #790BB2;
}
</style>
border-color css
<style>
span { border-color: #790BB2; }
span { border-color: rgb(121,11,178); }
td.TdClassName
{
border-color: #790BB2;
}
.TagClassName
{
border-color: #790BB2;
}
</style>