Shades of Vivid Violet #7C2790
Tints of Vivid Violet #7C2790
RGB
CMYK
RGB Variations
Color information
#7C2790 (or 0x7C2790) is known color: Vivid Violet. HEX triplet: 7C, 27 and 90. RGB value is (124,39,144). Sum of RGB (Red+Green+Blue) = 124+39+144=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C2790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2790 is #83D86F. Grayscale: #4C4C4C. Windows color (decimal): -8640624 or 9447292. OLE color: 9447292.
HSL color Cylindrical-coordinate representation of color #7C2790: hue angle of 288.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C2790 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 39 | 144 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.44 |
| HSL | 288.57º | 0.57% | 0.36% | - |
| HSV(B) | 288.57º | 0.73% | 0.56% | - |
| XYZ | 14.07 | 7.75 | 27.14 | - |
| YUV | 76.39 | 166.16 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 39 | 144 | 0.14 | 0.73 | 0 | 0.44 | 288.57 | 0.57 | 0.36 |
| Hex | 7C | 27 | 90 | E | 49 | 0 | 2C | 121 | 39 | 24 |
| Octal | 174 | 47 | 220 | 16 | 111 | 0 | 54 | 441 | 71 | 44 |
| Binary | 1111100 | 100111 | 10010000 | 1110 | 1001001 | 0 | 101100 | 100100001 | 111001 | 100100 |
Color Harmonies of #7C2790
Complementary color
Monochromatic Colors of #7C2790
Black with #7C2790
Text Example
Text Example
White with #7C2790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2790; }
p { color: rgb(124,39,144); }
H1.HeaderClassName
{
color: #7C2790;
}
.AnyTagClassName
{
color: #7C2790;
}
</style>
background-color css
<style>
a { background-color: #7C2790; }
a { background-color: rgb(124,39,144); }
div.DivClassName
{
background-color: #7C2790;
}
.BgClassName
{
background-color: #7C2790;
}
</style>
border-color css
<style>
span { border-color: #7C2790; }
span { border-color: rgb(124,39,144); }
td.TdClassName
{
border-color: #7C2790;
}
.TagClassName
{
border-color: #7C2790;
}
</style>