Shades of Vivid Violet #7C2A82
Tints of Vivid Violet #7C2A82
RGB
CMYK
RGB Variations
Color information
#7C2A82 (or 0x7C2A82) is known color: Vivid Violet. HEX triplet: 7C, 2A and 82. RGB value is (124,42,130). Sum of RGB (Red+Green+Blue) = 124+42+130=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 130 - color contains mainly: blue. Hex color #7C2A82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2A82 is #83D57D. Grayscale: #4C4C4C. Windows color (decimal): -8639870 or 8530556. OLE color: 8530556.
HSL color Cylindrical-coordinate representation of color #7C2A82: hue angle of 295.91º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C2A82 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 42 | 130 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.49 |
| HSL | 295.91º | 0.51% | 0.34% | - |
| HSV(B) | 295.91º | 0.68% | 0.51% | - |
| XYZ | 13.17 | 7.55 | 21.88 | - |
| YUV | 76.55 | 158.17 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 42 | 130 | 0.05 | 0.68 | 0 | 0.49 | 295.91 | 0.51 | 0.34 |
| Hex | 7C | 2A | 82 | 5 | 44 | 0 | 31 | 128 | 33 | 22 |
| Octal | 174 | 52 | 202 | 5 | 104 | 0 | 61 | 450 | 63 | 42 |
| Binary | 1111100 | 101010 | 10000010 | 101 | 1000100 | 0 | 110001 | 100101000 | 110011 | 100010 |
Color Harmonies of #7C2A82
Complementary color
Monochromatic Colors of #7C2A82
Black with #7C2A82
Text Example
Text Example
White with #7C2A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2A82; }
p { color: rgb(124,42,130); }
H1.HeaderClassName
{
color: #7C2A82;
}
.AnyTagClassName
{
color: #7C2A82;
}
</style>
background-color css
<style>
a { background-color: #7C2A82; }
a { background-color: rgb(124,42,130); }
div.DivClassName
{
background-color: #7C2A82;
}
.BgClassName
{
background-color: #7C2A82;
}
</style>
border-color css
<style>
span { border-color: #7C2A82; }
span { border-color: rgb(124,42,130); }
td.TdClassName
{
border-color: #7C2A82;
}
.TagClassName
{
border-color: #7C2A82;
}
</style>