Shades of Vivid Violet #782A91
Tints of Vivid Violet #782A91
RGB
CMYK
RGB Variations
Color information
#782A91 (or 0x782A91) is known color: Vivid Violet. HEX triplet: 78, 2A and 91. RGB value is (120,42,145). Sum of RGB (Red+Green+Blue) = 120+42+145=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #782A91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782A91 is #87D56E. Grayscale: #4C4C4C. Windows color (decimal): -8901999 or 9513592. OLE color: 9513592.
HSL color Cylindrical-coordinate representation of color #782A91: hue angle of 285.44º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #782A91 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 42 | 145 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.43 |
| HSL | 285.44º | 0.55% | 0.37% | - |
| HSV(B) | 285.44º | 0.71% | 0.57% | - |
| XYZ | 13.68 | 7.69 | 27.55 | - |
| YUV | 77.06 | 166.34 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 42 | 145 | 0.17 | 0.71 | 0 | 0.43 | 285.44 | 0.55 | 0.37 |
| Hex | 78 | 2A | 91 | 11 | 47 | 0 | 2B | 11D | 37 | 25 |
| Octal | 170 | 52 | 221 | 21 | 107 | 0 | 53 | 435 | 67 | 45 |
| Binary | 1111000 | 101010 | 10010001 | 10001 | 1000111 | 0 | 101011 | 100011101 | 110111 | 100101 |
Color Harmonies of #782A91
Complementary color
Monochromatic Colors of #782A91
Black with #782A91
Text Example
Text Example
White with #782A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782A91; }
p { color: rgb(120,42,145); }
H1.HeaderClassName
{
color: #782A91;
}
.AnyTagClassName
{
color: #782A91;
}
</style>
background-color css
<style>
a { background-color: #782A91; }
a { background-color: rgb(120,42,145); }
div.DivClassName
{
background-color: #782A91;
}
.BgClassName
{
background-color: #782A91;
}
</style>
border-color css
<style>
span { border-color: #782A91; }
span { border-color: rgb(120,42,145); }
td.TdClassName
{
border-color: #782A91;
}
.TagClassName
{
border-color: #782A91;
}
</style>