Shades of Blue Violet #782DDB
Tints of Blue Violet #782DDB
RGB
CMYK
RGB Variations
Color information
#782DDB (or 0x782DDB) is known color: Blue Violet. HEX triplet: 78, 2D and DB. RGB value is (120,45,219). Sum of RGB (Red+Green+Blue) = 120+45+219=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #782DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782DDB is #87D224. Grayscale: #565656. Windows color (decimal): -8901157 or 14364024. OLE color: 14364024.
HSL color Cylindrical-coordinate representation of color #782DDB: hue angle of 265.86º 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 #782DDB is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 45 | 219 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.14 |
| HSL | 265.86º | 0.71% | 0.52% | - |
| HSV(B) | 265.86º | 0.79% | 0.86% | - |
| XYZ | 21.47 | 10.98 | 68.01 | - |
| YUV | 87.26 | 202.35 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 45 | 219 | 0.45 | 0.79 | 0 | 0.14 | 265.86 | 0.71 | 0.52 |
| Hex | 78 | 2D | DB | 2D | 4F | 0 | E | 10A | 47 | 34 |
| Octal | 170 | 55 | 333 | 55 | 117 | 0 | 16 | 412 | 107 | 64 |
| Binary | 1111000 | 101101 | 11011011 | 101101 | 1001111 | 0 | 1110 | 100001010 | 1000111 | 110100 |
Color Harmonies of #782DDB
Complementary color
Monochromatic Colors of #782DDB
Black with #782DDB
Text Example
Text Example
White with #782DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782DDB; }
p { color: rgb(120,45,219); }
H1.HeaderClassName
{
color: #782DDB;
}
.AnyTagClassName
{
color: #782DDB;
}
</style>
background-color css
<style>
a { background-color: #782DDB; }
a { background-color: rgb(120,45,219); }
div.DivClassName
{
background-color: #782DDB;
}
.BgClassName
{
background-color: #782DDB;
}
</style>
border-color css
<style>
span { border-color: #782DDB; }
span { border-color: rgb(120,45,219); }
td.TdClassName
{
border-color: #782DDB;
}
.TagClassName
{
border-color: #782DDB;
}
</style>