Shades of Blue Violet #783BDC
Tints of Blue Violet #783BDC
RGB
CMYK
RGB Variations
Color information
#783BDC (or 0x783BDC) is known color: Blue Violet. HEX triplet: 78, 3B and DC. RGB value is (120,59,220). Sum of RGB (Red+Green+Blue) = 120+59+220=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #783BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #783BDC is #87C423. Grayscale: #5F5F5F. Windows color (decimal): -8897572 or 14433144. OLE color: 14433144.
HSL color Cylindrical-coordinate representation of color #783BDC: hue angle of 262.73º degrees, saturation: 0.7, 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 #783BDC is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 59 | 220 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.14 |
| HSL | 262.73º | 0.7% | 0.55% | - |
| HSV(B) | 262.73º | 0.73% | 0.86% | - |
| XYZ | 22.23 | 12.29 | 68.91 | - |
| YUV | 95.59 | 198.21 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 59 | 220 | 0.45 | 0.73 | 0 | 0.14 | 262.73 | 0.7 | 0.55 |
| Hex | 78 | 3B | DC | 2D | 49 | 0 | E | 107 | 46 | 37 |
| Octal | 170 | 73 | 334 | 55 | 111 | 0 | 16 | 407 | 106 | 67 |
| Binary | 1111000 | 111011 | 11011100 | 101101 | 1001001 | 0 | 1110 | 100000111 | 1000110 | 110111 |
Color Harmonies of #783BDC
Complementary color
Monochromatic Colors of #783BDC
Black with #783BDC
Text Example
Text Example
White with #783BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783BDC; }
p { color: rgb(120,59,220); }
H1.HeaderClassName
{
color: #783BDC;
}
.AnyTagClassName
{
color: #783BDC;
}
</style>
background-color css
<style>
a { background-color: #783BDC; }
a { background-color: rgb(120,59,220); }
div.DivClassName
{
background-color: #783BDC;
}
.BgClassName
{
background-color: #783BDC;
}
</style>
border-color css
<style>
span { border-color: #783BDC; }
span { border-color: rgb(120,59,220); }
td.TdClassName
{
border-color: #783BDC;
}
.TagClassName
{
border-color: #783BDC;
}
</style>