Shades of Vivid Violet #7E3C90
Tints of Vivid Violet #7E3C90
RGB
CMYK
RGB Variations
Color information
#7E3C90 (or 0x7E3C90) is known color: Vivid Violet. HEX triplet: 7E, 3C and 90. RGB value is (126,60,144). Sum of RGB (Red+Green+Blue) = 126+60+144=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E3C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3C90 is #81C36F. Grayscale: #595959. Windows color (decimal): -8504176 or 9452670. OLE color: 9452670.
HSL color Cylindrical-coordinate representation of color #7E3C90: hue angle of 287.14º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E3C90 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 60 | 144 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.44 |
| HSL | 287.14º | 0.41% | 0.4% | - |
| HSV(B) | 287.14º | 0.58% | 0.56% | - |
| XYZ | 15.25 | 9.68 | 27.45 | - |
| YUV | 89.31 | 158.87 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 60 | 144 | 0.12 | 0.58 | 0 | 0.44 | 287.14 | 0.41 | 0.4 |
| Hex | 7E | 3C | 90 | C | 3A | 0 | 2C | 11F | 29 | 28 |
| Octal | 176 | 74 | 220 | 14 | 72 | 0 | 54 | 437 | 51 | 50 |
| Binary | 1111110 | 111100 | 10010000 | 1100 | 111010 | 0 | 101100 | 100011111 | 101001 | 101000 |
Color Harmonies of #7E3C90
Complementary color
Monochromatic Colors of #7E3C90
Black with #7E3C90
Text Example
Text Example
White with #7E3C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3C90; }
p { color: rgb(126,60,144); }
H1.HeaderClassName
{
color: #7E3C90;
}
.AnyTagClassName
{
color: #7E3C90;
}
</style>
background-color css
<style>
a { background-color: #7E3C90; }
a { background-color: rgb(126,60,144); }
div.DivClassName
{
background-color: #7E3C90;
}
.BgClassName
{
background-color: #7E3C90;
}
</style>
border-color css
<style>
span { border-color: #7E3C90; }
span { border-color: rgb(126,60,144); }
td.TdClassName
{
border-color: #7E3C90;
}
.TagClassName
{
border-color: #7E3C90;
}
</style>