Shades of Vivid Violet #783196
Tints of Vivid Violet #783196
RGB
CMYK
RGB Variations
Color information
#783196 (or 0x783196) is known color: Vivid Violet. HEX triplet: 78, 31 and 96. RGB value is (120,49,150). Sum of RGB (Red+Green+Blue) = 120+49+150=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #783196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783196 is #87CE69. Grayscale: #515151. Windows color (decimal): -8900202 or 9843064. OLE color: 9843064.
HSL color Cylindrical-coordinate representation of color #783196: hue angle of 282.18º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #783196 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 49 | 150 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.41 |
| HSL | 282.18º | 0.51% | 0.39% | - |
| HSV(B) | 282.18º | 0.67% | 0.59% | - |
| XYZ | 14.35 | 8.39 | 29.72 | - |
| YUV | 81.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 49 | 150 | 0.20 | 0.67 | 0 | 0.41 | 282.18 | 0.51 | 0.39 |
| Hex | 78 | 31 | 96 | 14 | 43 | 0 | 29 | 11A | 33 | 27 |
| Octal | 170 | 61 | 226 | 24 | 103 | 0 | 51 | 432 | 63 | 47 |
| Binary | 1111000 | 110001 | 10010110 | 10100 | 1000011 | 0 | 101001 | 100011010 | 110011 | 100111 |
Color Harmonies of #783196
Complementary color
Monochromatic Colors of #783196
Black with #783196
Text Example
Text Example
White with #783196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783196; }
p { color: rgb(120,49,150); }
H1.HeaderClassName
{
color: #783196;
}
.AnyTagClassName
{
color: #783196;
}
</style>
background-color css
<style>
a { background-color: #783196; }
a { background-color: rgb(120,49,150); }
div.DivClassName
{
background-color: #783196;
}
.BgClassName
{
background-color: #783196;
}
</style>
border-color css
<style>
span { border-color: #783196; }
span { border-color: rgb(120,49,150); }
td.TdClassName
{
border-color: #783196;
}
.TagClassName
{
border-color: #783196;
}
</style>