Shades of Vivid Violet #7C2996
Tints of Vivid Violet #7C2996
RGB
CMYK
RGB Variations
Color information
#7C2996 (or 0x7C2996) is known color: Vivid Violet. HEX triplet: 7C, 29 and 96. RGB value is (124,41,150). Sum of RGB (Red+Green+Blue) = 124+41+150=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #7C2996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2996 is #83D669. Grayscale: #4D4D4D. Windows color (decimal): -8640106 or 9841020. OLE color: 9841020.
HSL color Cylindrical-coordinate representation of color #7C2996: hue angle of 285.69º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C2996 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 124 | 41 | 150 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.41 |
| HSL | 285.69º | 0.57% | 0.37% | - |
| HSV(B) | 285.69º | 0.73% | 0.59% | - |
| XYZ | 14.61 | 8.07 | 29.64 | - |
| YUV | 78.24 | 168.5 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 150 | 0.17 | 0.73 | 0 | 0.41 | 285.69 | 0.57 | 0.37 |
| Hex | 7C | 29 | 96 | 11 | 49 | 0 | 29 | 11E | 39 | 25 |
| Octal | 174 | 51 | 226 | 21 | 111 | 0 | 51 | 436 | 71 | 45 |
| Binary | 1111100 | 101001 | 10010110 | 10001 | 1001001 | 0 | 101001 | 100011110 | 111001 | 100101 |
Color Harmonies of #7C2996
Complementary color
Monochromatic Colors of #7C2996
Black with #7C2996
Text Example
Text Example
White with #7C2996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2996; }
p { color: rgb(124,41,150); }
H1.HeaderClassName
{
color: #7C2996;
}
.AnyTagClassName
{
color: #7C2996;
}
</style>
background-color css
<style>
a { background-color: #7C2996; }
a { background-color: rgb(124,41,150); }
div.DivClassName
{
background-color: #7C2996;
}
.BgClassName
{
background-color: #7C2996;
}
</style>
border-color css
<style>
span { border-color: #7C2996; }
span { border-color: rgb(124,41,150); }
td.TdClassName
{
border-color: #7C2996;
}
.TagClassName
{
border-color: #7C2996;
}
</style>