Shades of Vivid Violet #7C299E
Tints of Vivid Violet #7C299E
RGB
CMYK
RGB Variations
Color information
#7C299E (or 0x7C299E) is known color: Vivid Violet. HEX triplet: 7C, 29 and 9E. RGB value is (124,41,158). Sum of RGB (Red+Green+Blue) = 124+41+158=323 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.39% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #7C299E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C299E is #83D661. Grayscale: #4E4E4E. Windows color (decimal): -8640098 or 10365308. OLE color: 10365308.
HSL color Cylindrical-coordinate representation of color #7C299E: hue angle of 282.56º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C299E is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 41 | 158 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.38 |
| HSL | 282.56º | 0.59% | 0.39% | - |
| HSV(B) | 282.56º | 0.74% | 0.62% | - |
| XYZ | 15.28 | 8.34 | 33.15 | - |
| YUV | 79.16 | 172.5 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 158 | 0.22 | 0.74 | 0 | 0.38 | 282.56 | 0.59 | 0.39 |
| Hex | 7C | 29 | 9E | 16 | 4A | 0 | 26 | 11B | 3B | 27 |
| Octal | 174 | 51 | 236 | 26 | 112 | 0 | 46 | 433 | 73 | 47 |
| Binary | 1111100 | 101001 | 10011110 | 10110 | 1001010 | 0 | 100110 | 100011011 | 111011 | 100111 |
Color Harmonies of #7C299E
Complementary color
Monochromatic Colors of #7C299E
Black with #7C299E
Text Example
Text Example
White with #7C299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C299E; }
p { color: rgb(124,41,158); }
H1.HeaderClassName
{
color: #7C299E;
}
.AnyTagClassName
{
color: #7C299E;
}
</style>
background-color css
<style>
a { background-color: #7C299E; }
a { background-color: rgb(124,41,158); }
div.DivClassName
{
background-color: #7C299E;
}
.BgClassName
{
background-color: #7C299E;
}
</style>
border-color css
<style>
span { border-color: #7C299E; }
span { border-color: rgb(124,41,158); }
td.TdClassName
{
border-color: #7C299E;
}
.TagClassName
{
border-color: #7C299E;
}
</style>