Shades of Blue Violet #782EDB
Tints of Blue Violet #782EDB
RGB
CMYK
RGB Variations
Color information
#782EDB (or 0x782EDB) is known color: Blue Violet. HEX triplet: 78, 2E and DB. RGB value is (120,46,219). Sum of RGB (Red+Green+Blue) = 120+46+219=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #782EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782EDB is #87D124. Grayscale: #575757. Windows color (decimal): -8900901 or 14364280. OLE color: 14364280.
HSL color Cylindrical-coordinate representation of color #782EDB: hue angle of 265.66º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #782EDB is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 46 | 219 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.14 |
| HSL | 265.66º | 0.71% | 0.52% | - |
| HSV(B) | 265.66º | 0.79% | 0.86% | - |
| XYZ | 21.51 | 11.06 | 68.02 | - |
| YUV | 87.85 | 202.02 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 46 | 219 | 0.45 | 0.79 | 0 | 0.14 | 265.66 | 0.71 | 0.52 |
| Hex | 78 | 2E | DB | 2D | 4F | 0 | E | 10A | 47 | 34 |
| Octal | 170 | 56 | 333 | 55 | 117 | 0 | 16 | 412 | 107 | 64 |
| Binary | 1111000 | 101110 | 11011011 | 101101 | 1001111 | 0 | 1110 | 100001010 | 1000111 | 110100 |
Color Harmonies of #782EDB
Complementary color
Monochromatic Colors of #782EDB
Black with #782EDB
Text Example
Text Example
White with #782EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782EDB; }
p { color: rgb(120,46,219); }
H1.HeaderClassName
{
color: #782EDB;
}
.AnyTagClassName
{
color: #782EDB;
}
</style>
background-color css
<style>
a { background-color: #782EDB; }
a { background-color: rgb(120,46,219); }
div.DivClassName
{
background-color: #782EDB;
}
.BgClassName
{
background-color: #782EDB;
}
</style>
border-color css
<style>
span { border-color: #782EDB; }
span { border-color: rgb(120,46,219); }
td.TdClassName
{
border-color: #782EDB;
}
.TagClassName
{
border-color: #782EDB;
}
</style>