Shades of Blue Violet #781ADB
Tints of Blue Violet #781ADB
RGB
CMYK
RGB Variations
Color information
#781ADB (or 0x781ADB) is known color: Blue Violet. HEX triplet: 78, 1A and DB. RGB value is (120,26,219). Sum of RGB (Red+Green+Blue) = 120+26+219=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #781ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781ADB is #87E524. Grayscale: #4B4B4B. Windows color (decimal): -8906021 or 14359160. OLE color: 14359160.
HSL color Cylindrical-coordinate representation of color #781ADB: hue angle of 269.22º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781ADB is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 26 | 219 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.14 |
| HSL | 269.22º | 0.79% | 0.48% | - |
| HSV(B) | 269.22º | 0.88% | 0.86% | - |
| XYZ | 20.9 | 9.85 | 67.82 | - |
| YUV | 76.11 | 208.64 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 219 | 0.45 | 0.88 | 0 | 0.14 | 269.22 | 0.79 | 0.48 |
| Hex | 78 | 1A | DB | 2D | 58 | 0 | E | 10D | 4F | 30 |
| Octal | 170 | 32 | 333 | 55 | 130 | 0 | 16 | 415 | 117 | 60 |
| Binary | 1111000 | 11010 | 11011011 | 101101 | 1011000 | 0 | 1110 | 100001101 | 1001111 | 110000 |
Color Harmonies of #781ADB
Complementary color
Monochromatic Colors of #781ADB
Black with #781ADB
Text Example
Text Example
White with #781ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781ADB; }
p { color: rgb(120,26,219); }
H1.HeaderClassName
{
color: #781ADB;
}
.AnyTagClassName
{
color: #781ADB;
}
</style>
background-color css
<style>
a { background-color: #781ADB; }
a { background-color: rgb(120,26,219); }
div.DivClassName
{
background-color: #781ADB;
}
.BgClassName
{
background-color: #781ADB;
}
</style>
border-color css
<style>
span { border-color: #781ADB; }
span { border-color: rgb(120,26,219); }
td.TdClassName
{
border-color: #781ADB;
}
.TagClassName
{
border-color: #781ADB;
}
</style>