Shades of Vivid Violet #7E2E90
Tints of Vivid Violet #7E2E90
RGB
CMYK
RGB Variations
Color information
#7E2E90 (or 0x7E2E90) is known color: Vivid Violet. HEX triplet: 7E, 2E and 90. RGB value is (126,46,144). Sum of RGB (Red+Green+Blue) = 126+46+144=316 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.87% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E2E90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2E90 is #81D16F. Grayscale: #505050. Windows color (decimal): -8507760 or 9449086. OLE color: 9449086.
HSL color Cylindrical-coordinate representation of color #7E2E90: hue angle of 288.98º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E2E90 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 46 | 144 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.44 |
| HSL | 288.98º | 0.52% | 0.37% | - |
| HSV(B) | 288.98º | 0.68% | 0.56% | - |
| XYZ | 14.62 | 8.4 | 27.24 | - |
| YUV | 81.09 | 163.5 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 46 | 144 | 0.12 | 0.68 | 0 | 0.44 | 288.98 | 0.52 | 0.37 |
| Hex | 7E | 2E | 90 | C | 44 | 0 | 2C | 121 | 34 | 25 |
| Octal | 176 | 56 | 220 | 14 | 104 | 0 | 54 | 441 | 64 | 45 |
| Binary | 1111110 | 101110 | 10010000 | 1100 | 1000100 | 0 | 101100 | 100100001 | 110100 | 100101 |
Color Harmonies of #7E2E90
Complementary color
Monochromatic Colors of #7E2E90
Black with #7E2E90
Text Example
Text Example
White with #7E2E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2E90; }
p { color: rgb(126,46,144); }
H1.HeaderClassName
{
color: #7E2E90;
}
.AnyTagClassName
{
color: #7E2E90;
}
</style>
background-color css
<style>
a { background-color: #7E2E90; }
a { background-color: rgb(126,46,144); }
div.DivClassName
{
background-color: #7E2E90;
}
.BgClassName
{
background-color: #7E2E90;
}
</style>
border-color css
<style>
span { border-color: #7E2E90; }
span { border-color: rgb(126,46,144); }
td.TdClassName
{
border-color: #7E2E90;
}
.TagClassName
{
border-color: #7E2E90;
}
</style>