Shades of Vivid Violet #7E4191
Tints of Vivid Violet #7E4191
RGB
CMYK
RGB Variations
Color information
#7E4191 (or 0x7E4191) is known color: Vivid Violet. HEX triplet: 7E, 41 and 91. RGB value is (126,65,145). Sum of RGB (Red+Green+Blue) = 126+65+145=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 145 - color contains mainly: blue. Hex color #7E4191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4191 is #81BE6E. Grayscale: #5C5C5C. Windows color (decimal): -8502895 or 9519486. OLE color: 9519486.
HSL color Cylindrical-coordinate representation of color #7E4191: hue angle of 285.75º 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 #7E4191 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 65 | 145 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.43 |
| HSL | 285.75º | 0.38% | 0.41% | - |
| HSV(B) | 285.75º | 0.55% | 0.57% | - |
| XYZ | 15.61 | 10.26 | 27.95 | - |
| YUV | 92.36 | 157.71 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 65 | 145 | 0.13 | 0.55 | 0 | 0.43 | 285.75 | 0.38 | 0.41 |
| Hex | 7E | 41 | 91 | D | 37 | 0 | 2B | 11E | 26 | 29 |
| Octal | 176 | 101 | 221 | 15 | 67 | 0 | 53 | 436 | 46 | 51 |
| Binary | 1111110 | 1000001 | 10010001 | 1101 | 110111 | 0 | 101011 | 100011110 | 100110 | 101001 |
Color Harmonies of #7E4191
Complementary color
Monochromatic Colors of #7E4191
Black with #7E4191
Text Example
Text Example
White with #7E4191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4191; }
p { color: rgb(126,65,145); }
H1.HeaderClassName
{
color: #7E4191;
}
.AnyTagClassName
{
color: #7E4191;
}
</style>
background-color css
<style>
a { background-color: #7E4191; }
a { background-color: rgb(126,65,145); }
div.DivClassName
{
background-color: #7E4191;
}
.BgClassName
{
background-color: #7E4191;
}
</style>
border-color css
<style>
span { border-color: #7E4191; }
span { border-color: rgb(126,65,145); }
td.TdClassName
{
border-color: #7E4191;
}
.TagClassName
{
border-color: #7E4191;
}
</style>