Shades of Dark Violet #770BDB
Tints of Dark Violet #770BDB
RGB
CMYK
RGB Variations
Color information
#770BDB (or 0x770BDB) is known color: Dark Violet. HEX triplet: 77, 0B and DB. RGB value is (119,11,219). Sum of RGB (Red+Green+Blue) = 119+11+219=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #770BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BDB is #88F424. Grayscale: #424242. Windows color (decimal): -8975397 or 14355319. OLE color: 14355319.
HSL color Cylindrical-coordinate representation of color #770BDB: hue angle of 271.15º 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 #770BDB is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 11 | 219 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.14 |
| HSL | 271.15º | 0.9% | 0.45% | - |
| HSV(B) | 271.15º | 0.95% | 0.86% | - |
| XYZ | 20.51 | 9.28 | 67.73 | - |
| YUV | 67 | 213.78 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 219 | 0.46 | 0.95 | 0 | 0.14 | 271.15 | 0.9 | 0.45 |
| Hex | 77 | B | DB | 2E | 5F | 0 | E | 10F | 5A | 2D |
| Octal | 167 | 13 | 333 | 56 | 137 | 0 | 16 | 417 | 132 | 55 |
| Binary | 1110111 | 1011 | 11011011 | 101110 | 1011111 | 0 | 1110 | 100001111 | 1011010 | 101101 |
Color Harmonies of #770BDB
Complementary color
Monochromatic Colors of #770BDB
Black with #770BDB
Text Example
Text Example
White with #770BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770BDB; }
p { color: rgb(119,11,219); }
H1.HeaderClassName
{
color: #770BDB;
}
.AnyTagClassName
{
color: #770BDB;
}
</style>
background-color css
<style>
a { background-color: #770BDB; }
a { background-color: rgb(119,11,219); }
div.DivClassName
{
background-color: #770BDB;
}
.BgClassName
{
background-color: #770BDB;
}
</style>
border-color css
<style>
span { border-color: #770BDB; }
span { border-color: rgb(119,11,219); }
td.TdClassName
{
border-color: #770BDB;
}
.TagClassName
{
border-color: #770BDB;
}
</style>