Shades of Vivid Violet #7E4292
Tints of Vivid Violet #7E4292
RGB
CMYK
RGB Variations
Color information
#7E4292 (or 0x7E4292) is known color: Vivid Violet. HEX triplet: 7E, 42 and 92. RGB value is (126,66,146). Sum of RGB (Red+Green+Blue) = 126+66+146=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E4292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4292 is #81BD6D. Grayscale: #5C5C5C. Windows color (decimal): -8502638 or 9585278. OLE color: 9585278.
HSL color Cylindrical-coordinate representation of color #7E4292: hue angle of 285º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E4292 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 66 | 146 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.43 |
| HSL | 285º | 0.38% | 0.42% | - |
| HSV(B) | 285º | 0.55% | 0.57% | - |
| XYZ | 15.74 | 10.41 | 28.37 | - |
| YUV | 93.06 | 157.88 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 66 | 146 | 0.14 | 0.55 | 0 | 0.43 | 285 | 0.38 | 0.42 |
| Hex | 7E | 42 | 92 | E | 37 | 0 | 2B | 11D | 26 | 2A |
| Octal | 176 | 102 | 222 | 16 | 67 | 0 | 53 | 435 | 46 | 52 |
| Binary | 1111110 | 1000010 | 10010010 | 1110 | 110111 | 0 | 101011 | 100011101 | 100110 | 101010 |
Color Harmonies of #7E4292
Complementary color
Monochromatic Colors of #7E4292
Black with #7E4292
Text Example
Text Example
White with #7E4292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4292; }
p { color: rgb(126,66,146); }
H1.HeaderClassName
{
color: #7E4292;
}
.AnyTagClassName
{
color: #7E4292;
}
</style>
background-color css
<style>
a { background-color: #7E4292; }
a { background-color: rgb(126,66,146); }
div.DivClassName
{
background-color: #7E4292;
}
.BgClassName
{
background-color: #7E4292;
}
</style>
border-color css
<style>
span { border-color: #7E4292; }
span { border-color: rgb(126,66,146); }
td.TdClassName
{
border-color: #7E4292;
}
.TagClassName
{
border-color: #7E4292;
}
</style>