Shades of Blue Violet #783CDB
Tints of Blue Violet #783CDB
RGB
CMYK
RGB Variations
Color information
#783CDB (or 0x783CDB) is known color: Blue Violet. HEX triplet: 78, 3C and DB. RGB value is (120,60,219). Sum of RGB (Red+Green+Blue) = 120+60+219=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #783CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #783CDB is #87C324. Grayscale: #5F5F5F. Windows color (decimal): -8897317 or 14367864. OLE color: 14367864.
HSL color Cylindrical-coordinate representation of color #783CDB: hue angle of 262.64º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #783CDB is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 60 | 219 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.14 |
| HSL | 262.64º | 0.69% | 0.55% | - |
| HSV(B) | 262.64º | 0.73% | 0.86% | - |
| XYZ | 22.15 | 12.34 | 68.23 | - |
| YUV | 96.07 | 197.38 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 219 | 0.45 | 0.73 | 0 | 0.14 | 262.64 | 0.69 | 0.55 |
| Hex | 78 | 3C | DB | 2D | 49 | 0 | E | 107 | 45 | 37 |
| Octal | 170 | 74 | 333 | 55 | 111 | 0 | 16 | 407 | 105 | 67 |
| Binary | 1111000 | 111100 | 11011011 | 101101 | 1001001 | 0 | 1110 | 100000111 | 1000101 | 110111 |
Color Harmonies of #783CDB
Complementary color
Monochromatic Colors of #783CDB
Black with #783CDB
Text Example
Text Example
White with #783CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783CDB; }
p { color: rgb(120,60,219); }
H1.HeaderClassName
{
color: #783CDB;
}
.AnyTagClassName
{
color: #783CDB;
}
</style>
background-color css
<style>
a { background-color: #783CDB; }
a { background-color: rgb(120,60,219); }
div.DivClassName
{
background-color: #783CDB;
}
.BgClassName
{
background-color: #783CDB;
}
</style>
border-color css
<style>
span { border-color: #783CDB; }
span { border-color: rgb(120,60,219); }
td.TdClassName
{
border-color: #783CDB;
}
.TagClassName
{
border-color: #783CDB;
}
</style>