Shades of Vivid Violet #7C2A90
Tints of Vivid Violet #7C2A90
RGB
CMYK
RGB Variations
Color information
#7C2A90 (or 0x7C2A90) is known color: Vivid Violet. HEX triplet: 7C, 2A and 90. RGB value is (124,42,144). Sum of RGB (Red+Green+Blue) = 124+42+144=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C2A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2A90 is #83D56F. Grayscale: #4D4D4D. Windows color (decimal): -8639856 or 9448060. OLE color: 9448060.
HSL color Cylindrical-coordinate representation of color #7C2A90: hue angle of 288.24º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C2A90 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 42 | 144 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.44 |
| HSL | 288.24º | 0.55% | 0.36% | - |
| HSV(B) | 288.24º | 0.71% | 0.56% | - |
| XYZ | 14.17 | 7.95 | 27.17 | - |
| YUV | 78.15 | 165.17 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 42 | 144 | 0.14 | 0.71 | 0 | 0.44 | 288.24 | 0.55 | 0.36 |
| Hex | 7C | 2A | 90 | E | 47 | 0 | 2C | 120 | 37 | 24 |
| Octal | 174 | 52 | 220 | 16 | 107 | 0 | 54 | 440 | 67 | 44 |
| Binary | 1111100 | 101010 | 10010000 | 1110 | 1000111 | 0 | 101100 | 100100000 | 110111 | 100100 |
Color Harmonies of #7C2A90
Complementary color
Monochromatic Colors of #7C2A90
Black with #7C2A90
Text Example
Text Example
White with #7C2A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2A90; }
p { color: rgb(124,42,144); }
H1.HeaderClassName
{
color: #7C2A90;
}
.AnyTagClassName
{
color: #7C2A90;
}
</style>
background-color css
<style>
a { background-color: #7C2A90; }
a { background-color: rgb(124,42,144); }
div.DivClassName
{
background-color: #7C2A90;
}
.BgClassName
{
background-color: #7C2A90;
}
</style>
border-color css
<style>
span { border-color: #7C2A90; }
span { border-color: rgb(124,42,144); }
td.TdClassName
{
border-color: #7C2A90;
}
.TagClassName
{
border-color: #7C2A90;
}
</style>