Shades of Vivid Violet #7C2099
Tints of Vivid Violet #7C2099
RGB
CMYK
RGB Variations
Color information
#7C2099 (or 0x7C2099) is known color: Vivid Violet. HEX triplet: 7C, 20 and 99. RGB value is (124,32,153). Sum of RGB (Red+Green+Blue) = 124+32+153=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C2099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2099 is #83DF66. Grayscale: #484848. Windows color (decimal): -8642407 or 10035324. OLE color: 10035324.
HSL color Cylindrical-coordinate representation of color #7C2099: hue angle of 285.62º 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 #7C2099 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 124 | 32 | 153 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.4 |
| HSL | 285.62º | 0.65% | 0.36% | - |
| HSV(B) | 285.62º | 0.79% | 0.6% | - |
| XYZ | 14.58 | 7.62 | 30.84 | - |
| YUV | 73.3 | 172.98 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 32 | 153 | 0.19 | 0.79 | 0 | 0.4 | 285.62 | 0.65 | 0.36 |
| Hex | 7C | 20 | 99 | 13 | 4F | 0 | 28 | 11E | 41 | 24 |
| Octal | 174 | 40 | 231 | 23 | 117 | 0 | 50 | 436 | 101 | 44 |
| Binary | 1111100 | 100000 | 10011001 | 10011 | 1001111 | 0 | 101000 | 100011110 | 1000001 | 100100 |
Color Harmonies of #7C2099
Complementary color
Monochromatic Colors of #7C2099
Black with #7C2099
Text Example
Text Example
White with #7C2099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2099; }
p { color: rgb(124,32,153); }
H1.HeaderClassName
{
color: #7C2099;
}
.AnyTagClassName
{
color: #7C2099;
}
</style>
background-color css
<style>
a { background-color: #7C2099; }
a { background-color: rgb(124,32,153); }
div.DivClassName
{
background-color: #7C2099;
}
.BgClassName
{
background-color: #7C2099;
}
</style>
border-color css
<style>
span { border-color: #7C2099; }
span { border-color: rgb(124,32,153); }
td.TdClassName
{
border-color: #7C2099;
}
.TagClassName
{
border-color: #7C2099;
}
</style>