Shades of Vivid Violet #762099
Tints of Vivid Violet #762099
RGB
CMYK
RGB Variations
Color information
#762099 (or 0x762099) is known color: Vivid Violet. HEX triplet: 76, 20 and 99. RGB value is (118,32,153). Sum of RGB (Red+Green+Blue) = 118+32+153=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #762099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762099 is #89DF66. Grayscale: #474747. Windows color (decimal): -9035623 or 10035318. OLE color: 10035318.
HSL color Cylindrical-coordinate representation of color #762099: hue angle of 282.64º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #762099 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 32 | 153 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.4 |
| HSL | 282.64º | 0.65% | 0.36% | - |
| HSV(B) | 282.64º | 0.79% | 0.6% | - |
| XYZ | 13.74 | 7.18 | 30.8 | - |
| YUV | 71.51 | 173.99 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 153 | 0.23 | 0.79 | 0 | 0.4 | 282.64 | 0.65 | 0.36 |
| Hex | 76 | 20 | 99 | 17 | 4F | 0 | 28 | 11B | 41 | 24 |
| Octal | 166 | 40 | 231 | 27 | 117 | 0 | 50 | 433 | 101 | 44 |
| Binary | 1110110 | 100000 | 10011001 | 10111 | 1001111 | 0 | 101000 | 100011011 | 1000001 | 100100 |
Color Harmonies of #762099
Complementary color
Monochromatic Colors of #762099
Black with #762099
Text Example
Text Example
White with #762099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762099; }
p { color: rgb(118,32,153); }
H1.HeaderClassName
{
color: #762099;
}
.AnyTagClassName
{
color: #762099;
}
</style>
background-color css
<style>
a { background-color: #762099; }
a { background-color: rgb(118,32,153); }
div.DivClassName
{
background-color: #762099;
}
.BgClassName
{
background-color: #762099;
}
</style>
border-color css
<style>
span { border-color: #762099; }
span { border-color: rgb(118,32,153); }
td.TdClassName
{
border-color: #762099;
}
.TagClassName
{
border-color: #762099;
}
</style>