Shades of Vivid Violet #7E3E92
Tints of Vivid Violet #7E3E92
RGB
CMYK
RGB Variations
Color information
#7E3E92 (or 0x7E3E92) is known color: Vivid Violet. HEX triplet: 7E, 3E and 92. RGB value is (126,62,146). Sum of RGB (Red+Green+Blue) = 126+62+146=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E3E92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3E92 is #81C16D. Grayscale: #5A5A5A. Windows color (decimal): -8503662 or 9584254. OLE color: 9584254.
HSL color Cylindrical-coordinate representation of color #7E3E92: hue angle of 285.71º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E3E92 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 62 | 146 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.43 |
| HSL | 285.71º | 0.4% | 0.41% | - |
| HSV(B) | 285.71º | 0.58% | 0.57% | - |
| XYZ | 15.52 | 9.96 | 28.3 | - |
| YUV | 90.71 | 159.2 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 62 | 146 | 0.14 | 0.58 | 0 | 0.43 | 285.71 | 0.4 | 0.41 |
| Hex | 7E | 3E | 92 | E | 3A | 0 | 2B | 11E | 28 | 29 |
| Octal | 176 | 76 | 222 | 16 | 72 | 0 | 53 | 436 | 50 | 51 |
| Binary | 1111110 | 111110 | 10010010 | 1110 | 111010 | 0 | 101011 | 100011110 | 101000 | 101001 |
Color Harmonies of #7E3E92
Complementary color
Monochromatic Colors of #7E3E92
Black with #7E3E92
Text Example
Text Example
White with #7E3E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3E92; }
p { color: rgb(126,62,146); }
H1.HeaderClassName
{
color: #7E3E92;
}
.AnyTagClassName
{
color: #7E3E92;
}
</style>
background-color css
<style>
a { background-color: #7E3E92; }
a { background-color: rgb(126,62,146); }
div.DivClassName
{
background-color: #7E3E92;
}
.BgClassName
{
background-color: #7E3E92;
}
</style>
border-color css
<style>
span { border-color: #7E3E92; }
span { border-color: rgb(126,62,146); }
td.TdClassName
{
border-color: #7E3E92;
}
.TagClassName
{
border-color: #7E3E92;
}
</style>