Shades of Dark Violet #790BDB
Tints of Dark Violet #790BDB
RGB
CMYK
RGB Variations
Color information
#790BDB (or 0x790BDB) is known color: Dark Violet. HEX triplet: 79, 0B and DB. RGB value is (121,11,219). Sum of RGB (Red+Green+Blue) = 121+11+219=351 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.47% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #790BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790BDB is #86F424. Grayscale: #424242. Windows color (decimal): -8844325 or 14355321. OLE color: 14355321.
HSL color Cylindrical-coordinate representation of color #790BDB: hue angle of 271.73º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790BDB is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 11 | 219 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.14 |
| HSL | 271.73º | 0.9% | 0.45% | - |
| HSV(B) | 271.73º | 0.95% | 0.86% | - |
| XYZ | 20.79 | 9.42 | 67.74 | - |
| YUV | 67.6 | 213.44 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 11 | 219 | 0.45 | 0.95 | 0 | 0.14 | 271.73 | 0.9 | 0.45 |
| Hex | 79 | B | DB | 2D | 5F | 0 | E | 110 | 5A | 2D |
| Octal | 171 | 13 | 333 | 55 | 137 | 0 | 16 | 420 | 132 | 55 |
| Binary | 1111001 | 1011 | 11011011 | 101101 | 1011111 | 0 | 1110 | 100010000 | 1011010 | 101101 |
Color Harmonies of #790BDB
Complementary color
Monochromatic Colors of #790BDB
Black with #790BDB
Text Example
Text Example
White with #790BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790BDB; }
p { color: rgb(121,11,219); }
H1.HeaderClassName
{
color: #790BDB;
}
.AnyTagClassName
{
color: #790BDB;
}
</style>
background-color css
<style>
a { background-color: #790BDB; }
a { background-color: rgb(121,11,219); }
div.DivClassName
{
background-color: #790BDB;
}
.BgClassName
{
background-color: #790BDB;
}
</style>
border-color css
<style>
span { border-color: #790BDB; }
span { border-color: rgb(121,11,219); }
td.TdClassName
{
border-color: #790BDB;
}
.TagClassName
{
border-color: #790BDB;
}
</style>