Shades of Dark Violet #780BDB
Tints of Dark Violet #780BDB
RGB
CMYK
RGB Variations
Color information
#780BDB (or 0x780BDB) is known color: Dark Violet. HEX triplet: 78, 0B and DB. RGB value is (120,11,219). Sum of RGB (Red+Green+Blue) = 120+11+219=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #780BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780BDB is #87F424. Grayscale: #424242. Windows color (decimal): -8909861 or 14355320. OLE color: 14355320.
HSL color Cylindrical-coordinate representation of color #780BDB: hue angle of 271.44º 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 #780BDB is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 11 | 219 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.14 |
| HSL | 271.44º | 0.9% | 0.45% | - |
| HSV(B) | 271.44º | 0.95% | 0.86% | - |
| XYZ | 20.65 | 9.35 | 67.73 | - |
| YUV | 67.3 | 213.61 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 219 | 0.45 | 0.95 | 0 | 0.14 | 271.44 | 0.9 | 0.45 |
| Hex | 78 | B | DB | 2D | 5F | 0 | E | 10F | 5A | 2D |
| Octal | 170 | 13 | 333 | 55 | 137 | 0 | 16 | 417 | 132 | 55 |
| Binary | 1111000 | 1011 | 11011011 | 101101 | 1011111 | 0 | 1110 | 100001111 | 1011010 | 101101 |
Color Harmonies of #780BDB
Complementary color
Monochromatic Colors of #780BDB
Black with #780BDB
Text Example
Text Example
White with #780BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780BDB; }
p { color: rgb(120,11,219); }
H1.HeaderClassName
{
color: #780BDB;
}
.AnyTagClassName
{
color: #780BDB;
}
</style>
background-color css
<style>
a { background-color: #780BDB; }
a { background-color: rgb(120,11,219); }
div.DivClassName
{
background-color: #780BDB;
}
.BgClassName
{
background-color: #780BDB;
}
</style>
border-color css
<style>
span { border-color: #780BDB; }
span { border-color: rgb(120,11,219); }
td.TdClassName
{
border-color: #780BDB;
}
.TagClassName
{
border-color: #780BDB;
}
</style>