Shades of Vivid Violet #782886
Tints of Vivid Violet #782886
RGB
CMYK
RGB Variations
Color information
#782886 (or 0x782886) is known color: Vivid Violet. HEX triplet: 78, 28 and 86. RGB value is (120,40,134). Sum of RGB (Red+Green+Blue) = 120+40+134=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 134 - color contains mainly: blue. Hex color #782886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782886 is #87D779. Grayscale: #4A4A4A. Windows color (decimal): -8902522 or 8792184. OLE color: 8792184.
HSL color Cylindrical-coordinate representation of color #782886: hue angle of 291.06º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #782886 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 40 | 134 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.47 |
| HSL | 291.06º | 0.54% | 0.34% | - |
| HSV(B) | 291.06º | 0.7% | 0.53% | - |
| XYZ | 12.81 | 7.23 | 23.28 | - |
| YUV | 74.64 | 161.5 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 134 | 0.10 | 0.70 | 0 | 0.47 | 291.06 | 0.54 | 0.34 |
| Hex | 78 | 28 | 86 | A | 46 | 0 | 2F | 123 | 36 | 22 |
| Octal | 170 | 50 | 206 | 12 | 106 | 0 | 57 | 443 | 66 | 42 |
| Binary | 1111000 | 101000 | 10000110 | 1010 | 1000110 | 0 | 101111 | 100100011 | 110110 | 100010 |
Color Harmonies of #782886
Complementary color
Monochromatic Colors of #782886
Black with #782886
Text Example
Text Example
White with #782886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782886; }
p { color: rgb(120,40,134); }
H1.HeaderClassName
{
color: #782886;
}
.AnyTagClassName
{
color: #782886;
}
</style>
background-color css
<style>
a { background-color: #782886; }
a { background-color: rgb(120,40,134); }
div.DivClassName
{
background-color: #782886;
}
.BgClassName
{
background-color: #782886;
}
</style>
border-color css
<style>
span { border-color: #782886; }
span { border-color: rgb(120,40,134); }
td.TdClassName
{
border-color: #782886;
}
.TagClassName
{
border-color: #782886;
}
</style>