Shades of Blue Violet #770EDB
Tints of Blue Violet #770EDB
RGB
CMYK
RGB Variations
Color information
#770EDB (or 0x770EDB) is known color: Blue Violet. HEX triplet: 77, 0E and DB. RGB value is (119,14,219). Sum of RGB (Red+Green+Blue) = 119+14+219=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #770EDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770EDB is #88F124. Grayscale: #444444. Windows color (decimal): -8974629 or 14356087. OLE color: 14356087.
HSL color Cylindrical-coordinate representation of color #770EDB: hue angle of 270.73º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770EDB is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 14 | 219 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.14 |
| HSL | 270.73º | 0.88% | 0.46% | - |
| HSV(B) | 270.73º | 0.94% | 0.86% | - |
| XYZ | 20.55 | 9.35 | 67.74 | - |
| YUV | 68.77 | 212.79 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 219 | 0.46 | 0.94 | 0 | 0.14 | 270.73 | 0.88 | 0.46 |
| Hex | 77 | E | DB | 2E | 5E | 0 | E | 10F | 58 | 2E |
| Octal | 167 | 16 | 333 | 56 | 136 | 0 | 16 | 417 | 130 | 56 |
| Binary | 1110111 | 1110 | 11011011 | 101110 | 1011110 | 0 | 1110 | 100001111 | 1011000 | 101110 |
Color Harmonies of #770EDB
Complementary color
Monochromatic Colors of #770EDB
Black with #770EDB
Text Example
Text Example
White with #770EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770EDB; }
p { color: rgb(119,14,219); }
H1.HeaderClassName
{
color: #770EDB;
}
.AnyTagClassName
{
color: #770EDB;
}
</style>
background-color css
<style>
a { background-color: #770EDB; }
a { background-color: rgb(119,14,219); }
div.DivClassName
{
background-color: #770EDB;
}
.BgClassName
{
background-color: #770EDB;
}
</style>
border-color css
<style>
span { border-color: #770EDB; }
span { border-color: rgb(119,14,219); }
td.TdClassName
{
border-color: #770EDB;
}
.TagClassName
{
border-color: #770EDB;
}
</style>