Shades of Blue Violet #780FDB
Tints of Blue Violet #780FDB
RGB
CMYK
RGB Variations
Color information
#780FDB (or 0x780FDB) is known color: Blue Violet. HEX triplet: 78, 0F and DB. RGB value is (120,15,219). Sum of RGB (Red+Green+Blue) = 120+15+219=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #780FDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780FDB is #87F024. Grayscale: #444444. Windows color (decimal): -8908837 or 14356344. OLE color: 14356344.
HSL color Cylindrical-coordinate representation of color #780FDB: hue angle of 270.88º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780FDB is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 15 | 219 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.14 |
| HSL | 270.88º | 0.87% | 0.46% | - |
| HSV(B) | 270.88º | 0.93% | 0.86% | - |
| XYZ | 20.7 | 9.45 | 67.75 | - |
| YUV | 69.65 | 212.29 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 219 | 0.45 | 0.93 | 0 | 0.14 | 270.88 | 0.87 | 0.46 |
| Hex | 78 | F | DB | 2D | 5D | 0 | E | 10F | 57 | 2E |
| Octal | 170 | 17 | 333 | 55 | 135 | 0 | 16 | 417 | 127 | 56 |
| Binary | 1111000 | 1111 | 11011011 | 101101 | 1011101 | 0 | 1110 | 100001111 | 1010111 | 101110 |
Color Harmonies of #780FDB
Complementary color
Monochromatic Colors of #780FDB
Black with #780FDB
Text Example
Text Example
White with #780FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780FDB; }
p { color: rgb(120,15,219); }
H1.HeaderClassName
{
color: #780FDB;
}
.AnyTagClassName
{
color: #780FDB;
}
</style>
background-color css
<style>
a { background-color: #780FDB; }
a { background-color: rgb(120,15,219); }
div.DivClassName
{
background-color: #780FDB;
}
.BgClassName
{
background-color: #780FDB;
}
</style>
border-color css
<style>
span { border-color: #780FDB; }
span { border-color: rgb(120,15,219); }
td.TdClassName
{
border-color: #780FDB;
}
.TagClassName
{
border-color: #780FDB;
}
</style>