Shades of Blue Violet #770FDB
Tints of Blue Violet #770FDB
RGB
CMYK
RGB Variations
Color information
#770FDB (or 0x770FDB) is known color: Blue Violet. HEX triplet: 77, 0F and DB. RGB value is (119,15,219). Sum of RGB (Red+Green+Blue) = 119+15+219=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #770FDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770FDB is #88F024. Grayscale: #444444. Windows color (decimal): -8974373 or 14356343. OLE color: 14356343.
HSL color Cylindrical-coordinate representation of color #770FDB: hue angle of 270.59º 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 #770FDB is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 15 | 219 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.14 |
| HSL | 270.59º | 0.87% | 0.46% | - |
| HSV(B) | 270.59º | 0.93% | 0.86% | - |
| XYZ | 20.56 | 9.38 | 67.74 | - |
| YUV | 69.35 | 212.46 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 219 | 0.46 | 0.93 | 0 | 0.14 | 270.59 | 0.87 | 0.46 |
| Hex | 77 | F | DB | 2E | 5D | 0 | E | 10F | 57 | 2E |
| Octal | 167 | 17 | 333 | 56 | 135 | 0 | 16 | 417 | 127 | 56 |
| Binary | 1110111 | 1111 | 11011011 | 101110 | 1011101 | 0 | 1110 | 100001111 | 1010111 | 101110 |
Color Harmonies of #770FDB
Complementary color
Monochromatic Colors of #770FDB
Black with #770FDB
Text Example
Text Example
White with #770FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770FDB; }
p { color: rgb(119,15,219); }
H1.HeaderClassName
{
color: #770FDB;
}
.AnyTagClassName
{
color: #770FDB;
}
</style>
background-color css
<style>
a { background-color: #770FDB; }
a { background-color: rgb(119,15,219); }
div.DivClassName
{
background-color: #770FDB;
}
.BgClassName
{
background-color: #770FDB;
}
</style>
border-color css
<style>
span { border-color: #770FDB; }
span { border-color: rgb(119,15,219); }
td.TdClassName
{
border-color: #770FDB;
}
.TagClassName
{
border-color: #770FDB;
}
</style>