Shades of Vivid Violet #7E2492
Tints of Vivid Violet #7E2492
RGB
CMYK
RGB Variations
Color information
#7E2492 (or 0x7E2492) is known color: Vivid Violet. HEX triplet: 7E, 24 and 92. RGB value is (126,36,146). Sum of RGB (Red+Green+Blue) = 126+36+146=308 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.91% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E2492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2492 is #81DB6D. Grayscale: #4B4B4B. Windows color (decimal): -8510318 or 9577598. OLE color: 9577598.
HSL color Cylindrical-coordinate representation of color #7E2492: hue angle of 289.09º 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 #7E2492 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 36 | 146 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.43 |
| HSL | 289.09º | 0.6% | 0.36% | - |
| HSV(B) | 289.09º | 0.75% | 0.57% | - |
| XYZ | 14.42 | 7.77 | 27.93 | - |
| YUV | 75.45 | 167.82 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 36 | 146 | 0.14 | 0.75 | 0 | 0.43 | 289.09 | 0.6 | 0.36 |
| Hex | 7E | 24 | 92 | E | 4B | 0 | 2B | 121 | 3C | 24 |
| Octal | 176 | 44 | 222 | 16 | 113 | 0 | 53 | 441 | 74 | 44 |
| Binary | 1111110 | 100100 | 10010010 | 1110 | 1001011 | 0 | 101011 | 100100001 | 111100 | 100100 |
Color Harmonies of #7E2492
Complementary color
Monochromatic Colors of #7E2492
Black with #7E2492
Text Example
Text Example
White with #7E2492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2492; }
p { color: rgb(126,36,146); }
H1.HeaderClassName
{
color: #7E2492;
}
.AnyTagClassName
{
color: #7E2492;
}
</style>
background-color css
<style>
a { background-color: #7E2492; }
a { background-color: rgb(126,36,146); }
div.DivClassName
{
background-color: #7E2492;
}
.BgClassName
{
background-color: #7E2492;
}
</style>
border-color css
<style>
span { border-color: #7E2492; }
span { border-color: rgb(126,36,146); }
td.TdClassName
{
border-color: #7E2492;
}
.TagClassName
{
border-color: #7E2492;
}
</style>