Shades of Vivid Violet #7E2494
Tints of Vivid Violet #7E2494
RGB
CMYK
RGB Variations
Color information
#7E2494 (or 0x7E2494) is known color: Vivid Violet. HEX triplet: 7E, 24 and 94. RGB value is (126,36,148). Sum of RGB (Red+Green+Blue) = 126+36+148=310 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.65% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 148 - color contains mainly: blue. Hex color #7E2494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2494 is #81DB6B. Grayscale: #4B4B4B. Windows color (decimal): -8510316 or 9708670. OLE color: 9708670.
HSL color Cylindrical-coordinate representation of color #7E2494: hue angle of 288.21º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E2494 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 36 | 148 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.42 |
| HSL | 288.21º | 0.61% | 0.36% | - |
| HSV(B) | 288.21º | 0.76% | 0.58% | - |
| XYZ | 14.58 | 7.84 | 28.76 | - |
| YUV | 75.68 | 168.82 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 36 | 148 | 0.15 | 0.76 | 0 | 0.42 | 288.21 | 0.61 | 0.36 |
| Hex | 7E | 24 | 94 | F | 4C | 0 | 2A | 120 | 3D | 24 |
| Octal | 176 | 44 | 224 | 17 | 114 | 0 | 52 | 440 | 75 | 44 |
| Binary | 1111110 | 100100 | 10010100 | 1111 | 1001100 | 0 | 101010 | 100100000 | 111101 | 100100 |
Color Harmonies of #7E2494
Complementary color
Monochromatic Colors of #7E2494
Black with #7E2494
Text Example
Text Example
White with #7E2494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2494; }
p { color: rgb(126,36,148); }
H1.HeaderClassName
{
color: #7E2494;
}
.AnyTagClassName
{
color: #7E2494;
}
</style>
background-color css
<style>
a { background-color: #7E2494; }
a { background-color: rgb(126,36,148); }
div.DivClassName
{
background-color: #7E2494;
}
.BgClassName
{
background-color: #7E2494;
}
</style>
border-color css
<style>
span { border-color: #7E2494; }
span { border-color: rgb(126,36,148); }
td.TdClassName
{
border-color: #7E2494;
}
.TagClassName
{
border-color: #7E2494;
}
</style>