Shades of Vivid Violet #783396
Tints of Vivid Violet #783396
RGB
CMYK
RGB Variations
Color information
#783396 (or 0x783396) is known color: Vivid Violet. HEX triplet: 78, 33 and 96. RGB value is (120,51,150). Sum of RGB (Red+Green+Blue) = 120+51+150=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #783396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783396 is #87CC69. Grayscale: #525252. Windows color (decimal): -8899690 or 9843576. OLE color: 9843576.
HSL color Cylindrical-coordinate representation of color #783396: hue angle of 281.82º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #783396 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 51 | 150 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.41 |
| HSL | 281.82º | 0.49% | 0.39% | - |
| HSV(B) | 281.82º | 0.66% | 0.59% | - |
| XYZ | 14.43 | 8.56 | 29.75 | - |
| YUV | 82.92 | 165.86 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 51 | 150 | 0.20 | 0.66 | 0 | 0.41 | 281.82 | 0.49 | 0.39 |
| Hex | 78 | 33 | 96 | 14 | 42 | 0 | 29 | 11A | 31 | 27 |
| Octal | 170 | 63 | 226 | 24 | 102 | 0 | 51 | 432 | 61 | 47 |
| Binary | 1111000 | 110011 | 10010110 | 10100 | 1000010 | 0 | 101001 | 100011010 | 110001 | 100111 |
Color Harmonies of #783396
Complementary color
Monochromatic Colors of #783396
Black with #783396
Text Example
Text Example
White with #783396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783396; }
p { color: rgb(120,51,150); }
H1.HeaderClassName
{
color: #783396;
}
.AnyTagClassName
{
color: #783396;
}
</style>
background-color css
<style>
a { background-color: #783396; }
a { background-color: rgb(120,51,150); }
div.DivClassName
{
background-color: #783396;
}
.BgClassName
{
background-color: #783396;
}
</style>
border-color css
<style>
span { border-color: #783396; }
span { border-color: rgb(120,51,150); }
td.TdClassName
{
border-color: #783396;
}
.TagClassName
{
border-color: #783396;
}
</style>