Shades of Vivid Violet #762197
Tints of Vivid Violet #762197
RGB
CMYK
RGB Variations
Color information
#762197 (or 0x762197) is known color: Vivid Violet. HEX triplet: 76, 21 and 97. RGB value is (118,33,151). Sum of RGB (Red+Green+Blue) = 118+33+151=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #762197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762197 is #89DE68. Grayscale: #474747. Windows color (decimal): -9035369 or 9904502. OLE color: 9904502.
HSL color Cylindrical-coordinate representation of color #762197: hue angle of 283.22º 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 #762197 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 33 | 151 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.41 |
| HSL | 283.22º | 0.64% | 0.36% | - |
| HSV(B) | 283.22º | 0.78% | 0.59% | - |
| XYZ | 13.6 | 7.17 | 29.95 | - |
| YUV | 71.87 | 172.66 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 151 | 0.22 | 0.78 | 0 | 0.41 | 283.22 | 0.64 | 0.36 |
| Hex | 76 | 21 | 97 | 16 | 4E | 0 | 29 | 11B | 40 | 24 |
| Octal | 166 | 41 | 227 | 26 | 116 | 0 | 51 | 433 | 100 | 44 |
| Binary | 1110110 | 100001 | 10010111 | 10110 | 1001110 | 0 | 101001 | 100011011 | 1000000 | 100100 |
Color Harmonies of #762197
Complementary color
Monochromatic Colors of #762197
Black with #762197
Text Example
Text Example
White with #762197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762197; }
p { color: rgb(118,33,151); }
H1.HeaderClassName
{
color: #762197;
}
.AnyTagClassName
{
color: #762197;
}
</style>
background-color css
<style>
a { background-color: #762197; }
a { background-color: rgb(118,33,151); }
div.DivClassName
{
background-color: #762197;
}
.BgClassName
{
background-color: #762197;
}
</style>
border-color css
<style>
span { border-color: #762197; }
span { border-color: rgb(118,33,151); }
td.TdClassName
{
border-color: #762197;
}
.TagClassName
{
border-color: #762197;
}
</style>