Shades of Blue Violet #783BDA
Tints of Blue Violet #783BDA
RGB
CMYK
RGB Variations
Color information
#783BDA (or 0x783BDA) is known color: Blue Violet. HEX triplet: 78, 3B and DA. RGB value is (120,59,218). Sum of RGB (Red+Green+Blue) = 120+59+218=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #783BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #783BDA is #87C425. Grayscale: #5E5E5E. Windows color (decimal): -8897574 or 14302072. OLE color: 14302072.
HSL color Cylindrical-coordinate representation of color #783BDA: hue angle of 263.02º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #783BDA is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 59 | 218 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.15 |
| HSL | 263.02º | 0.68% | 0.54% | - |
| HSV(B) | 263.02º | 0.73% | 0.85% | - |
| XYZ | 21.96 | 12.18 | 67.52 | - |
| YUV | 95.37 | 197.21 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 59 | 218 | 0.45 | 0.73 | 0 | 0.15 | 263.02 | 0.68 | 0.54 |
| Hex | 78 | 3B | DA | 2D | 49 | 0 | F | 107 | 44 | 36 |
| Octal | 170 | 73 | 332 | 55 | 111 | 0 | 17 | 407 | 104 | 66 |
| Binary | 1111000 | 111011 | 11011010 | 101101 | 1001001 | 0 | 1111 | 100000111 | 1000100 | 110110 |
Color Harmonies of #783BDA
Complementary color
Monochromatic Colors of #783BDA
Black with #783BDA
Text Example
Text Example
White with #783BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783BDA; }
p { color: rgb(120,59,218); }
H1.HeaderClassName
{
color: #783BDA;
}
.AnyTagClassName
{
color: #783BDA;
}
</style>
background-color css
<style>
a { background-color: #783BDA; }
a { background-color: rgb(120,59,218); }
div.DivClassName
{
background-color: #783BDA;
}
.BgClassName
{
background-color: #783BDA;
}
</style>
border-color css
<style>
span { border-color: #783BDA; }
span { border-color: rgb(120,59,218); }
td.TdClassName
{
border-color: #783BDA;
}
.TagClassName
{
border-color: #783BDA;
}
</style>