Shades of Blue Violet #781DDB
Tints of Blue Violet #781DDB
RGB
CMYK
RGB Variations
Color information
#781DDB (or 0x781DDB) is known color: Blue Violet. HEX triplet: 78, 1D and DB. RGB value is (120,29,219). Sum of RGB (Red+Green+Blue) = 120+29+219=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #781DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781DDB is #87E224. Grayscale: #4D4D4D. Windows color (decimal): -8905253 or 14359928. OLE color: 14359928.
HSL color Cylindrical-coordinate representation of color #781DDB: hue angle of 268.74º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781DDB is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 29 | 219 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.14 |
| HSL | 268.74º | 0.77% | 0.49% | - |
| HSV(B) | 268.74º | 0.87% | 0.86% | - |
| XYZ | 20.97 | 9.99 | 67.84 | - |
| YUV | 77.87 | 207.65 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 219 | 0.45 | 0.87 | 0 | 0.14 | 268.74 | 0.77 | 0.49 |
| Hex | 78 | 1D | DB | 2D | 57 | 0 | E | 10D | 4D | 31 |
| Octal | 170 | 35 | 333 | 55 | 127 | 0 | 16 | 415 | 115 | 61 |
| Binary | 1111000 | 11101 | 11011011 | 101101 | 1010111 | 0 | 1110 | 100001101 | 1001101 | 110001 |
Color Harmonies of #781DDB
Complementary color
Monochromatic Colors of #781DDB
Black with #781DDB
Text Example
Text Example
White with #781DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781DDB; }
p { color: rgb(120,29,219); }
H1.HeaderClassName
{
color: #781DDB;
}
.AnyTagClassName
{
color: #781DDB;
}
</style>
background-color css
<style>
a { background-color: #781DDB; }
a { background-color: rgb(120,29,219); }
div.DivClassName
{
background-color: #781DDB;
}
.BgClassName
{
background-color: #781DDB;
}
</style>
border-color css
<style>
span { border-color: #781DDB; }
span { border-color: rgb(120,29,219); }
td.TdClassName
{
border-color: #781DDB;
}
.TagClassName
{
border-color: #781DDB;
}
</style>