Shades of Blue Violet #783ADA
Tints of Blue Violet #783ADA
RGB
CMYK
RGB Variations
Color information
#783ADA (or 0x783ADA) is known color: Blue Violet. HEX triplet: 78, 3A and DA. RGB value is (120,58,218). Sum of RGB (Red+Green+Blue) = 120+58+218=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #783ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #783ADA is #87C525. Grayscale: #5E5E5E. Windows color (decimal): -8897830 or 14301816. OLE color: 14301816.
HSL color Cylindrical-coordinate representation of color #783ADA: hue angle of 263.25º 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 #783ADA is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 58 | 218 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.15 |
| HSL | 263.25º | 0.68% | 0.54% | - |
| HSV(B) | 263.25º | 0.73% | 0.85% | - |
| XYZ | 21.91 | 12.08 | 67.51 | - |
| YUV | 94.78 | 197.54 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 218 | 0.45 | 0.73 | 0 | 0.15 | 263.25 | 0.68 | 0.54 |
| Hex | 78 | 3A | DA | 2D | 49 | 0 | F | 107 | 44 | 36 |
| Octal | 170 | 72 | 332 | 55 | 111 | 0 | 17 | 407 | 104 | 66 |
| Binary | 1111000 | 111010 | 11011010 | 101101 | 1001001 | 0 | 1111 | 100000111 | 1000100 | 110110 |
Color Harmonies of #783ADA
Complementary color
Monochromatic Colors of #783ADA
Black with #783ADA
Text Example
Text Example
White with #783ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783ADA; }
p { color: rgb(120,58,218); }
H1.HeaderClassName
{
color: #783ADA;
}
.AnyTagClassName
{
color: #783ADA;
}
</style>
background-color css
<style>
a { background-color: #783ADA; }
a { background-color: rgb(120,58,218); }
div.DivClassName
{
background-color: #783ADA;
}
.BgClassName
{
background-color: #783ADA;
}
</style>
border-color css
<style>
span { border-color: #783ADA; }
span { border-color: rgb(120,58,218); }
td.TdClassName
{
border-color: #783ADA;
}
.TagClassName
{
border-color: #783ADA;
}
</style>