Shades of Blue Violet #782CDB
Tints of Blue Violet #782CDB
RGB
CMYK
RGB Variations
Color information
#782CDB (or 0x782CDB) is known color: Blue Violet. HEX triplet: 78, 2C and DB. RGB value is (120,44,219). Sum of RGB (Red+Green+Blue) = 120+44+219=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #782CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782CDB is #87D324. Grayscale: #565656. Windows color (decimal): -8901413 or 14363768. OLE color: 14363768.
HSL color Cylindrical-coordinate representation of color #782CDB: hue angle of 266.06º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #782CDB is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 44 | 219 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.14 |
| HSL | 266.06º | 0.71% | 0.52% | - |
| HSV(B) | 266.06º | 0.8% | 0.86% | - |
| XYZ | 21.43 | 10.91 | 67.99 | - |
| YUV | 86.67 | 202.68 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 44 | 219 | 0.45 | 0.80 | 0 | 0.14 | 266.06 | 0.71 | 0.52 |
| Hex | 78 | 2C | DB | 2D | 50 | 0 | E | 10A | 47 | 34 |
| Octal | 170 | 54 | 333 | 55 | 120 | 0 | 16 | 412 | 107 | 64 |
| Binary | 1111000 | 101100 | 11011011 | 101101 | 1010000 | 0 | 1110 | 100001010 | 1000111 | 110100 |
Color Harmonies of #782CDB
Complementary color
Monochromatic Colors of #782CDB
Black with #782CDB
Text Example
Text Example
White with #782CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782CDB; }
p { color: rgb(120,44,219); }
H1.HeaderClassName
{
color: #782CDB;
}
.AnyTagClassName
{
color: #782CDB;
}
</style>
background-color css
<style>
a { background-color: #782CDB; }
a { background-color: rgb(120,44,219); }
div.DivClassName
{
background-color: #782CDB;
}
.BgClassName
{
background-color: #782CDB;
}
</style>
border-color css
<style>
span { border-color: #782CDB; }
span { border-color: rgb(120,44,219); }
td.TdClassName
{
border-color: #782CDB;
}
.TagClassName
{
border-color: #782CDB;
}
</style>