Shades of Blue Violet #790FDB
Tints of Blue Violet #790FDB
RGB
CMYK
RGB Variations
Color information
#790FDB (or 0x790FDB) is known color: Blue Violet. HEX triplet: 79, 0F and DB. RGB value is (121,15,219). Sum of RGB (Red+Green+Blue) = 121+15+219=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #790FDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790FDB is #86F024. Grayscale: #454545. Windows color (decimal): -8843301 or 14356345. OLE color: 14356345.
HSL color Cylindrical-coordinate representation of color #790FDB: hue angle of 271.18º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790FDB is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 15 | 219 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.14 |
| HSL | 271.18º | 0.87% | 0.46% | - |
| HSV(B) | 271.18º | 0.93% | 0.86% | - |
| XYZ | 20.84 | 9.52 | 67.76 | - |
| YUV | 69.95 | 212.12 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 15 | 219 | 0.45 | 0.93 | 0 | 0.14 | 271.18 | 0.87 | 0.46 |
| Hex | 79 | F | DB | 2D | 5D | 0 | E | 10F | 57 | 2E |
| Octal | 171 | 17 | 333 | 55 | 135 | 0 | 16 | 417 | 127 | 56 |
| Binary | 1111001 | 1111 | 11011011 | 101101 | 1011101 | 0 | 1110 | 100001111 | 1010111 | 101110 |
Color Harmonies of #790FDB
Complementary color
Monochromatic Colors of #790FDB
Black with #790FDB
Text Example
Text Example
White with #790FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790FDB; }
p { color: rgb(121,15,219); }
H1.HeaderClassName
{
color: #790FDB;
}
.AnyTagClassName
{
color: #790FDB;
}
</style>
background-color css
<style>
a { background-color: #790FDB; }
a { background-color: rgb(121,15,219); }
div.DivClassName
{
background-color: #790FDB;
}
.BgClassName
{
background-color: #790FDB;
}
</style>
border-color css
<style>
span { border-color: #790FDB; }
span { border-color: rgb(121,15,219); }
td.TdClassName
{
border-color: #790FDB;
}
.TagClassName
{
border-color: #790FDB;
}
</style>