Shades of Vivid Violet #7C2A91
Tints of Vivid Violet #7C2A91
RGB
CMYK
RGB Variations
Color information
#7C2A91 (or 0x7C2A91) is known color: Vivid Violet. HEX triplet: 7C, 2A and 91. RGB value is (124,42,145). Sum of RGB (Red+Green+Blue) = 124+42+145=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #7C2A91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2A91 is #83D56E. Grayscale: #4D4D4D. Windows color (decimal): -8639855 or 9513596. OLE color: 9513596.
HSL color Cylindrical-coordinate representation of color #7C2A91: hue angle of 287.77º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C2A91 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 42 | 145 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.43 |
| HSL | 287.77º | 0.55% | 0.37% | - |
| HSV(B) | 287.77º | 0.71% | 0.57% | - |
| XYZ | 14.25 | 7.99 | 27.58 | - |
| YUV | 78.26 | 165.67 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 42 | 145 | 0.14 | 0.71 | 0 | 0.43 | 287.77 | 0.55 | 0.37 |
| Hex | 7C | 2A | 91 | E | 47 | 0 | 2B | 120 | 37 | 25 |
| Octal | 174 | 52 | 221 | 16 | 107 | 0 | 53 | 440 | 67 | 45 |
| Binary | 1111100 | 101010 | 10010001 | 1110 | 1000111 | 0 | 101011 | 100100000 | 110111 | 100101 |
Color Harmonies of #7C2A91
Complementary color
Monochromatic Colors of #7C2A91
Black with #7C2A91
Text Example
Text Example
White with #7C2A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2A91; }
p { color: rgb(124,42,145); }
H1.HeaderClassName
{
color: #7C2A91;
}
.AnyTagClassName
{
color: #7C2A91;
}
</style>
background-color css
<style>
a { background-color: #7C2A91; }
a { background-color: rgb(124,42,145); }
div.DivClassName
{
background-color: #7C2A91;
}
.BgClassName
{
background-color: #7C2A91;
}
</style>
border-color css
<style>
span { border-color: #7C2A91; }
span { border-color: rgb(124,42,145); }
td.TdClassName
{
border-color: #7C2A91;
}
.TagClassName
{
border-color: #7C2A91;
}
</style>