Shades of Vivid Violet #782197
Tints of Vivid Violet #782197
RGB
CMYK
RGB Variations
Color information
#782197 (or 0x782197) is known color: Vivid Violet. HEX triplet: 78, 21 and 97. RGB value is (120,33,151). Sum of RGB (Red+Green+Blue) = 120+33+151=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #782197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782197 is #87DE68. Grayscale: #484848. Windows color (decimal): -8904297 or 9904504. OLE color: 9904504.
HSL color Cylindrical-coordinate representation of color #782197: hue angle of 284.24º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #782197 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 33 | 151 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.41 |
| HSL | 284.24º | 0.64% | 0.36% | - |
| HSV(B) | 284.24º | 0.78% | 0.59% | - |
| XYZ | 13.88 | 7.32 | 29.96 | - |
| YUV | 72.47 | 172.32 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 33 | 151 | 0.21 | 0.78 | 0 | 0.41 | 284.24 | 0.64 | 0.36 |
| Hex | 78 | 21 | 97 | 15 | 4E | 0 | 29 | 11C | 40 | 24 |
| Octal | 170 | 41 | 227 | 25 | 116 | 0 | 51 | 434 | 100 | 44 |
| Binary | 1111000 | 100001 | 10010111 | 10101 | 1001110 | 0 | 101001 | 100011100 | 1000000 | 100100 |
Color Harmonies of #782197
Complementary color
Monochromatic Colors of #782197
Black with #782197
Text Example
Text Example
White with #782197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782197; }
p { color: rgb(120,33,151); }
H1.HeaderClassName
{
color: #782197;
}
.AnyTagClassName
{
color: #782197;
}
</style>
background-color css
<style>
a { background-color: #782197; }
a { background-color: rgb(120,33,151); }
div.DivClassName
{
background-color: #782197;
}
.BgClassName
{
background-color: #782197;
}
</style>
border-color css
<style>
span { border-color: #782197; }
span { border-color: rgb(120,33,151); }
td.TdClassName
{
border-color: #782197;
}
.TagClassName
{
border-color: #782197;
}
</style>