Shades of Vivid Violet #782190
Tints of Vivid Violet #782190
RGB
CMYK
RGB Variations
Color information
#782190 (or 0x782190) is known color: Vivid Violet. HEX triplet: 78, 21 and 90. RGB value is (120,33,144). Sum of RGB (Red+Green+Blue) = 120+33+144=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #782190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782190 is #87DE6F. Grayscale: #474747. Windows color (decimal): -8904304 or 9445752. OLE color: 9445752.
HSL color Cylindrical-coordinate representation of color #782190: hue angle of 287.03º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #782190 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 33 | 144 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.44 |
| HSL | 287.03º | 0.63% | 0.35% | - |
| HSV(B) | 287.03º | 0.77% | 0.56% | - |
| XYZ | 13.32 | 7.09 | 27.05 | - |
| YUV | 71.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 33 | 144 | 0.17 | 0.77 | 0 | 0.44 | 287.03 | 0.63 | 0.35 |
| Hex | 78 | 21 | 90 | 11 | 4D | 0 | 2C | 11F | 3F | 23 |
| Octal | 170 | 41 | 220 | 21 | 115 | 0 | 54 | 437 | 77 | 43 |
| Binary | 1111000 | 100001 | 10010000 | 10001 | 1001101 | 0 | 101100 | 100011111 | 111111 | 100011 |
Color Harmonies of #782190
Complementary color
Monochromatic Colors of #782190
Black with #782190
Text Example
Text Example
White with #782190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782190; }
p { color: rgb(120,33,144); }
H1.HeaderClassName
{
color: #782190;
}
.AnyTagClassName
{
color: #782190;
}
</style>
background-color css
<style>
a { background-color: #782190; }
a { background-color: rgb(120,33,144); }
div.DivClassName
{
background-color: #782190;
}
.BgClassName
{
background-color: #782190;
}
</style>
border-color css
<style>
span { border-color: #782190; }
span { border-color: rgb(120,33,144); }
td.TdClassName
{
border-color: #782190;
}
.TagClassName
{
border-color: #782190;
}
</style>