Shades of Vivid Violet #7C2A9E
Tints of Vivid Violet #7C2A9E
RGB
CMYK
RGB Variations
Color information
#7C2A9E (or 0x7C2A9E) is known color: Vivid Violet. HEX triplet: 7C, 2A and 9E. RGB value is (124,42,158). Sum of RGB (Red+Green+Blue) = 124+42+158=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #7C2A9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2A9E is #83D561. Grayscale: #4F4F4F. Windows color (decimal): -8639842 or 10365564. OLE color: 10365564.
HSL color Cylindrical-coordinate representation of color #7C2A9E: hue angle of 282.41º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C2A9E is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 42 | 158 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.38 |
| HSL | 282.41º | 0.58% | 0.39% | - |
| HSV(B) | 282.41º | 0.73% | 0.62% | - |
| XYZ | 15.31 | 8.41 | 33.16 | - |
| YUV | 79.74 | 172.17 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 42 | 158 | 0.22 | 0.73 | 0 | 0.38 | 282.41 | 0.58 | 0.39 |
| Hex | 7C | 2A | 9E | 16 | 49 | 0 | 26 | 11A | 3A | 27 |
| Octal | 174 | 52 | 236 | 26 | 111 | 0 | 46 | 432 | 72 | 47 |
| Binary | 1111100 | 101010 | 10011110 | 10110 | 1001001 | 0 | 100110 | 100011010 | 111010 | 100111 |
Color Harmonies of #7C2A9E
Complementary color
Monochromatic Colors of #7C2A9E
Black with #7C2A9E
Text Example
Text Example
White with #7C2A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2A9E; }
p { color: rgb(124,42,158); }
H1.HeaderClassName
{
color: #7C2A9E;
}
.AnyTagClassName
{
color: #7C2A9E;
}
</style>
background-color css
<style>
a { background-color: #7C2A9E; }
a { background-color: rgb(124,42,158); }
div.DivClassName
{
background-color: #7C2A9E;
}
.BgClassName
{
background-color: #7C2A9E;
}
</style>
border-color css
<style>
span { border-color: #7C2A9E; }
span { border-color: rgb(124,42,158); }
td.TdClassName
{
border-color: #7C2A9E;
}
.TagClassName
{
border-color: #7C2A9E;
}
</style>