Shades of Blue Violet #781FDB
Tints of Blue Violet #781FDB
RGB
CMYK
RGB Variations
Color information
#781FDB (or 0x781FDB) is known color: Blue Violet. HEX triplet: 78, 1F and DB. RGB value is (120,31,219). Sum of RGB (Red+Green+Blue) = 120+31+219=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #781FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781FDB is #87E024. Grayscale: #4E4E4E. Windows color (decimal): -8904741 or 14360440. OLE color: 14360440.
HSL color Cylindrical-coordinate representation of color #781FDB: hue angle of 268.4º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781FDB is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 31 | 219 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.14 |
| HSL | 268.4º | 0.75% | 0.49% | - |
| HSV(B) | 268.4º | 0.86% | 0.86% | - |
| XYZ | 21.02 | 10.09 | 67.86 | - |
| YUV | 79.04 | 206.99 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 219 | 0.45 | 0.86 | 0 | 0.14 | 268.4 | 0.75 | 0.49 |
| Hex | 78 | 1F | DB | 2D | 56 | 0 | E | 10C | 4B | 31 |
| Octal | 170 | 37 | 333 | 55 | 126 | 0 | 16 | 414 | 113 | 61 |
| Binary | 1111000 | 11111 | 11011011 | 101101 | 1010110 | 0 | 1110 | 100001100 | 1001011 | 110001 |
Color Harmonies of #781FDB
Complementary color
Monochromatic Colors of #781FDB
Black with #781FDB
Text Example
Text Example
White with #781FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781FDB; }
p { color: rgb(120,31,219); }
H1.HeaderClassName
{
color: #781FDB;
}
.AnyTagClassName
{
color: #781FDB;
}
</style>
background-color css
<style>
a { background-color: #781FDB; }
a { background-color: rgb(120,31,219); }
div.DivClassName
{
background-color: #781FDB;
}
.BgClassName
{
background-color: #781FDB;
}
</style>
border-color css
<style>
span { border-color: #781FDB; }
span { border-color: rgb(120,31,219); }
td.TdClassName
{
border-color: #781FDB;
}
.TagClassName
{
border-color: #781FDB;
}
</style>