Shades of Dark Violet #780ADB
Tints of Dark Violet #780ADB
RGB
CMYK
RGB Variations
Color information
#780ADB (or 0x780ADB) is known color: Dark Violet. HEX triplet: 78, 0A and DB. RGB value is (120,10,219). Sum of RGB (Red+Green+Blue) = 120+10+219=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 10 (4.30% from 255 or 2.87% 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 #780ADB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780ADB is #87F524. Grayscale: #414141. Windows color (decimal): -8910117 or 14355064. OLE color: 14355064.
HSL color Cylindrical-coordinate representation of color #780ADB: hue angle of 271.58º degrees, saturation: 0.91, 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 #780ADB is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 10 | 219 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.14 |
| HSL | 271.58º | 0.91% | 0.45% | - |
| HSV(B) | 271.58º | 0.95% | 0.86% | - |
| XYZ | 20.64 | 9.32 | 67.73 | - |
| YUV | 66.72 | 213.94 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 10 | 219 | 0.45 | 0.95 | 0 | 0.14 | 271.58 | 0.91 | 0.45 |
| Hex | 78 | A | DB | 2D | 5F | 0 | E | 110 | 5B | 2D |
| Octal | 170 | 12 | 333 | 55 | 137 | 0 | 16 | 420 | 133 | 55 |
| Binary | 1111000 | 1010 | 11011011 | 101101 | 1011111 | 0 | 1110 | 100010000 | 1011011 | 101101 |
Color Harmonies of #780ADB
Complementary color
Monochromatic Colors of #780ADB
Black with #780ADB
Text Example
Text Example
White with #780ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780ADB; }
p { color: rgb(120,10,219); }
H1.HeaderClassName
{
color: #780ADB;
}
.AnyTagClassName
{
color: #780ADB;
}
</style>
background-color css
<style>
a { background-color: #780ADB; }
a { background-color: rgb(120,10,219); }
div.DivClassName
{
background-color: #780ADB;
}
.BgClassName
{
background-color: #780ADB;
}
</style>
border-color css
<style>
span { border-color: #780ADB; }
span { border-color: rgb(120,10,219); }
td.TdClassName
{
border-color: #780ADB;
}
.TagClassName
{
border-color: #780ADB;
}
</style>