Shades of Vivid Violet #7E4192
Tints of Vivid Violet #7E4192
RGB
CMYK
RGB Variations
Color information
#7E4192 (or 0x7E4192) is known color: Vivid Violet. HEX triplet: 7E, 41 and 92. RGB value is (126,65,146). Sum of RGB (Red+Green+Blue) = 126+65+146=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E4192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4192 is #81BE6D. Grayscale: #5C5C5C. Windows color (decimal): -8502894 or 9585022. OLE color: 9585022.
HSL color Cylindrical-coordinate representation of color #7E4192: hue angle of 285.19º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E4192 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 65 | 146 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.43 |
| HSL | 285.19º | 0.38% | 0.41% | - |
| HSV(B) | 285.19º | 0.55% | 0.57% | - |
| XYZ | 15.68 | 10.29 | 28.35 | - |
| YUV | 92.47 | 158.21 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 65 | 146 | 0.14 | 0.55 | 0 | 0.43 | 285.19 | 0.38 | 0.41 |
| Hex | 7E | 41 | 92 | E | 37 | 0 | 2B | 11D | 26 | 29 |
| Octal | 176 | 101 | 222 | 16 | 67 | 0 | 53 | 435 | 46 | 51 |
| Binary | 1111110 | 1000001 | 10010010 | 1110 | 110111 | 0 | 101011 | 100011101 | 100110 | 101001 |
Color Harmonies of #7E4192
Complementary color
Monochromatic Colors of #7E4192
Black with #7E4192
Text Example
Text Example
White with #7E4192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4192; }
p { color: rgb(126,65,146); }
H1.HeaderClassName
{
color: #7E4192;
}
.AnyTagClassName
{
color: #7E4192;
}
</style>
background-color css
<style>
a { background-color: #7E4192; }
a { background-color: rgb(126,65,146); }
div.DivClassName
{
background-color: #7E4192;
}
.BgClassName
{
background-color: #7E4192;
}
</style>
border-color css
<style>
span { border-color: #7E4192; }
span { border-color: rgb(126,65,146); }
td.TdClassName
{
border-color: #7E4192;
}
.TagClassName
{
border-color: #7E4192;
}
</style>