Shades of Vivid Violet #7C2791
Tints of Vivid Violet #7C2791
RGB
CMYK
RGB Variations
Color information
#7C2791 (or 0x7C2791) is known color: Vivid Violet. HEX triplet: 7C, 27 and 91. RGB value is (124,39,145). Sum of RGB (Red+Green+Blue) = 124+39+145=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #7C2791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2791 is #83D86E. Grayscale: #4C4C4C. Windows color (decimal): -8640623 or 9512828. OLE color: 9512828.
HSL color Cylindrical-coordinate representation of color #7C2791: hue angle of 288.11º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C2791 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 39 | 145 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.43 |
| HSL | 288.11º | 0.58% | 0.36% | - |
| HSV(B) | 288.11º | 0.73% | 0.57% | - |
| XYZ | 14.15 | 7.78 | 27.54 | - |
| YUV | 76.5 | 166.66 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 39 | 145 | 0.14 | 0.73 | 0 | 0.43 | 288.11 | 0.58 | 0.36 |
| Hex | 7C | 27 | 91 | E | 49 | 0 | 2B | 120 | 3A | 24 |
| Octal | 174 | 47 | 221 | 16 | 111 | 0 | 53 | 440 | 72 | 44 |
| Binary | 1111100 | 100111 | 10010001 | 1110 | 1001001 | 0 | 101011 | 100100000 | 111010 | 100100 |
Color Harmonies of #7C2791
Complementary color
Monochromatic Colors of #7C2791
Black with #7C2791
Text Example
Text Example
White with #7C2791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2791; }
p { color: rgb(124,39,145); }
H1.HeaderClassName
{
color: #7C2791;
}
.AnyTagClassName
{
color: #7C2791;
}
</style>
background-color css
<style>
a { background-color: #7C2791; }
a { background-color: rgb(124,39,145); }
div.DivClassName
{
background-color: #7C2791;
}
.BgClassName
{
background-color: #7C2791;
}
</style>
border-color css
<style>
span { border-color: #7C2791; }
span { border-color: rgb(124,39,145); }
td.TdClassName
{
border-color: #7C2791;
}
.TagClassName
{
border-color: #7C2791;
}
</style>