Shades of Dark Violet #780CDB
Tints of Dark Violet #780CDB
RGB
CMYK
RGB Variations
Color information
#780CDB (or 0x780CDB) is known color: Dark Violet. HEX triplet: 78, 0C and DB. RGB value is (120,12,219). Sum of RGB (Red+Green+Blue) = 120+12+219=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #780CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780CDB is #87F324. Grayscale: #434343. Windows color (decimal): -8909605 or 14355576. OLE color: 14355576.
HSL color Cylindrical-coordinate representation of color #780CDB: hue angle of 271.3º 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 #780CDB is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 12 | 219 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.14 |
| HSL | 271.3º | 0.9% | 0.45% | - |
| HSV(B) | 271.3º | 0.95% | 0.86% | - |
| XYZ | 20.66 | 9.37 | 67.74 | - |
| YUV | 67.89 | 213.28 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 219 | 0.45 | 0.95 | 0 | 0.14 | 271.3 | 0.9 | 0.45 |
| Hex | 78 | C | DB | 2D | 5F | 0 | E | 10F | 5A | 2D |
| Octal | 170 | 14 | 333 | 55 | 137 | 0 | 16 | 417 | 132 | 55 |
| Binary | 1111000 | 1100 | 11011011 | 101101 | 1011111 | 0 | 1110 | 100001111 | 1011010 | 101101 |
Color Harmonies of #780CDB
Complementary color
Monochromatic Colors of #780CDB
Black with #780CDB
Text Example
Text Example
White with #780CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780CDB; }
p { color: rgb(120,12,219); }
H1.HeaderClassName
{
color: #780CDB;
}
.AnyTagClassName
{
color: #780CDB;
}
</style>
background-color css
<style>
a { background-color: #780CDB; }
a { background-color: rgb(120,12,219); }
div.DivClassName
{
background-color: #780CDB;
}
.BgClassName
{
background-color: #780CDB;
}
</style>
border-color css
<style>
span { border-color: #780CDB; }
span { border-color: rgb(120,12,219); }
td.TdClassName
{
border-color: #780CDB;
}
.TagClassName
{
border-color: #780CDB;
}
</style>