Shades of Vivid Violet #783496
Tints of Vivid Violet #783496
RGB
CMYK
RGB Variations
Color information
#783496 (or 0x783496) is known color: Vivid Violet. HEX triplet: 78, 34 and 96. RGB value is (120,52,150). Sum of RGB (Red+Green+Blue) = 120+52+150=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #783496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783496 is #87CB69. Grayscale: #535353. Windows color (decimal): -8899434 or 9843832. OLE color: 9843832.
HSL color Cylindrical-coordinate representation of color #783496: hue angle of 281.63º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #783496 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 52 | 150 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.41 |
| HSL | 281.63º | 0.49% | 0.4% | - |
| HSV(B) | 281.63º | 0.65% | 0.59% | - |
| XYZ | 14.48 | 8.65 | 29.76 | - |
| YUV | 83.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 52 | 150 | 0.20 | 0.65 | 0 | 0.41 | 281.63 | 0.49 | 0.4 |
| Hex | 78 | 34 | 96 | 14 | 41 | 0 | 29 | 11A | 31 | 28 |
| Octal | 170 | 64 | 226 | 24 | 101 | 0 | 51 | 432 | 61 | 50 |
| Binary | 1111000 | 110100 | 10010110 | 10100 | 1000001 | 0 | 101001 | 100011010 | 110001 | 101000 |
Color Harmonies of #783496
Complementary color
Monochromatic Colors of #783496
Black with #783496
Text Example
Text Example
White with #783496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783496; }
p { color: rgb(120,52,150); }
H1.HeaderClassName
{
color: #783496;
}
.AnyTagClassName
{
color: #783496;
}
</style>
background-color css
<style>
a { background-color: #783496; }
a { background-color: rgb(120,52,150); }
div.DivClassName
{
background-color: #783496;
}
.BgClassName
{
background-color: #783496;
}
</style>
border-color css
<style>
span { border-color: #783496; }
span { border-color: rgb(120,52,150); }
td.TdClassName
{
border-color: #783496;
}
.TagClassName
{
border-color: #783496;
}
</style>