Shades of Vivid Violet #782096
Tints of Vivid Violet #782096
RGB
CMYK
RGB Variations
Color information
#782096 (or 0x782096) is known color: Vivid Violet. HEX triplet: 78, 20 and 96. RGB value is (120,32,150). Sum of RGB (Red+Green+Blue) = 120+32+150=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #782096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782096 is #87DF69. Grayscale: #474747. Windows color (decimal): -8904554 or 9838712. OLE color: 9838712.
HSL color Cylindrical-coordinate representation of color #782096: hue angle of 284.75º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #782096 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 32 | 150 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.41 |
| HSL | 284.75º | 0.65% | 0.36% | - |
| HSV(B) | 284.75º | 0.79% | 0.59% | - |
| XYZ | 13.77 | 7.23 | 29.52 | - |
| YUV | 71.76 | 172.15 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 150 | 0.20 | 0.79 | 0 | 0.41 | 284.75 | 0.65 | 0.36 |
| Hex | 78 | 20 | 96 | 14 | 4F | 0 | 29 | 11D | 41 | 24 |
| Octal | 170 | 40 | 226 | 24 | 117 | 0 | 51 | 435 | 101 | 44 |
| Binary | 1111000 | 100000 | 10010110 | 10100 | 1001111 | 0 | 101001 | 100011101 | 1000001 | 100100 |
Color Harmonies of #782096
Complementary color
Monochromatic Colors of #782096
Black with #782096
Text Example
Text Example
White with #782096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782096; }
p { color: rgb(120,32,150); }
H1.HeaderClassName
{
color: #782096;
}
.AnyTagClassName
{
color: #782096;
}
</style>
background-color css
<style>
a { background-color: #782096; }
a { background-color: rgb(120,32,150); }
div.DivClassName
{
background-color: #782096;
}
.BgClassName
{
background-color: #782096;
}
</style>
border-color css
<style>
span { border-color: #782096; }
span { border-color: rgb(120,32,150); }
td.TdClassName
{
border-color: #782096;
}
.TagClassName
{
border-color: #782096;
}
</style>