Shades of Vivid Violet #7E2091
Tints of Vivid Violet #7E2091
RGB
CMYK
RGB Variations
Color information
#7E2091 (or 0x7E2091) is known color: Vivid Violet. HEX triplet: 7E, 20 and 91. RGB value is (126,32,145). Sum of RGB (Red+Green+Blue) = 126+32+145=303 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.58% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #7E2091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2091 is #81DF6E. Grayscale: #484848. Windows color (decimal): -8511343 or 9511038. OLE color: 9511038.
HSL color Cylindrical-coordinate representation of color #7E2091: hue angle of 289.91º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7E2091 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 32 | 145 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.43 |
| HSL | 289.91º | 0.64% | 0.35% | - |
| HSV(B) | 289.91º | 0.78% | 0.57% | - |
| XYZ | 14.23 | 7.51 | 27.49 | - |
| YUV | 72.99 | 168.64 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 32 | 145 | 0.13 | 0.78 | 0 | 0.43 | 289.91 | 0.64 | 0.35 |
| Hex | 7E | 20 | 91 | D | 4E | 0 | 2B | 122 | 40 | 23 |
| Octal | 176 | 40 | 221 | 15 | 116 | 0 | 53 | 442 | 100 | 43 |
| Binary | 1111110 | 100000 | 10010001 | 1101 | 1001110 | 0 | 101011 | 100100010 | 1000000 | 100011 |
Color Harmonies of #7E2091
Complementary color
Monochromatic Colors of #7E2091
Black with #7E2091
Text Example
Text Example
White with #7E2091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2091; }
p { color: rgb(126,32,145); }
H1.HeaderClassName
{
color: #7E2091;
}
.AnyTagClassName
{
color: #7E2091;
}
</style>
background-color css
<style>
a { background-color: #7E2091; }
a { background-color: rgb(126,32,145); }
div.DivClassName
{
background-color: #7E2091;
}
.BgClassName
{
background-color: #7E2091;
}
</style>
border-color css
<style>
span { border-color: #7E2091; }
span { border-color: rgb(126,32,145); }
td.TdClassName
{
border-color: #7E2091;
}
.TagClassName
{
border-color: #7E2091;
}
</style>