Shades of Vivid Violet #7E3C91
Tints of Vivid Violet #7E3C91
RGB
CMYK
RGB Variations
Color information
#7E3C91 (or 0x7E3C91) is known color: Vivid Violet. HEX triplet: 7E, 3C and 91. RGB value is (126,60,145). Sum of RGB (Red+Green+Blue) = 126+60+145=331 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.07% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #7E3C91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3C91 is #81C36E. Grayscale: #595959. Windows color (decimal): -8504175 or 9518206. OLE color: 9518206.
HSL color Cylindrical-coordinate representation of color #7E3C91: hue angle of 286.59º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E3C91 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 60 | 145 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.43 |
| HSL | 286.59º | 0.41% | 0.4% | - |
| HSV(B) | 286.59º | 0.59% | 0.57% | - |
| XYZ | 15.33 | 9.71 | 27.85 | - |
| YUV | 89.42 | 159.37 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 60 | 145 | 0.13 | 0.59 | 0 | 0.43 | 286.59 | 0.41 | 0.4 |
| Hex | 7E | 3C | 91 | D | 3B | 0 | 2B | 11F | 29 | 28 |
| Octal | 176 | 74 | 221 | 15 | 73 | 0 | 53 | 437 | 51 | 50 |
| Binary | 1111110 | 111100 | 10010001 | 1101 | 111011 | 0 | 101011 | 100011111 | 101001 | 101000 |
Color Harmonies of #7E3C91
Complementary color
Monochromatic Colors of #7E3C91
Black with #7E3C91
Text Example
Text Example
White with #7E3C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3C91; }
p { color: rgb(126,60,145); }
H1.HeaderClassName
{
color: #7E3C91;
}
.AnyTagClassName
{
color: #7E3C91;
}
</style>
background-color css
<style>
a { background-color: #7E3C91; }
a { background-color: rgb(126,60,145); }
div.DivClassName
{
background-color: #7E3C91;
}
.BgClassName
{
background-color: #7E3C91;
}
</style>
border-color css
<style>
span { border-color: #7E3C91; }
span { border-color: rgb(126,60,145); }
td.TdClassName
{
border-color: #7E3C91;
}
.TagClassName
{
border-color: #7E3C91;
}
</style>