Shades of Vivid Violet #7E2592
Tints of Vivid Violet #7E2592
RGB
CMYK
RGB Variations
Color information
#7E2592 (or 0x7E2592) is known color: Vivid Violet. HEX triplet: 7E, 25 and 92. RGB value is (126,37,146). Sum of RGB (Red+Green+Blue) = 126+37+146=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E2592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2592 is #81DA6D. Grayscale: #4B4B4B. Windows color (decimal): -8510062 or 9577854. OLE color: 9577854.
HSL color Cylindrical-coordinate representation of color #7E2592: hue angle of 288.99º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E2592 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 37 | 146 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.43 |
| HSL | 288.99º | 0.6% | 0.36% | - |
| HSV(B) | 288.99º | 0.75% | 0.57% | - |
| XYZ | 14.45 | 7.83 | 27.94 | - |
| YUV | 76.04 | 167.49 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 37 | 146 | 0.14 | 0.75 | 0 | 0.43 | 288.99 | 0.6 | 0.36 |
| Hex | 7E | 25 | 92 | E | 4B | 0 | 2B | 121 | 3C | 24 |
| Octal | 176 | 45 | 222 | 16 | 113 | 0 | 53 | 441 | 74 | 44 |
| Binary | 1111110 | 100101 | 10010010 | 1110 | 1001011 | 0 | 101011 | 100100001 | 111100 | 100100 |
Color Harmonies of #7E2592
Complementary color
Monochromatic Colors of #7E2592
Black with #7E2592
Text Example
Text Example
White with #7E2592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2592; }
p { color: rgb(126,37,146); }
H1.HeaderClassName
{
color: #7E2592;
}
.AnyTagClassName
{
color: #7E2592;
}
</style>
background-color css
<style>
a { background-color: #7E2592; }
a { background-color: rgb(126,37,146); }
div.DivClassName
{
background-color: #7E2592;
}
.BgClassName
{
background-color: #7E2592;
}
</style>
border-color css
<style>
span { border-color: #7E2592; }
span { border-color: rgb(126,37,146); }
td.TdClassName
{
border-color: #7E2592;
}
.TagClassName
{
border-color: #7E2592;
}
</style>