Shades of Vivid Violet #7E3690
Tints of Vivid Violet #7E3690
RGB
CMYK
RGB Variations
Color information
#7E3690 (or 0x7E3690) is known color: Vivid Violet. HEX triplet: 7E, 36 and 90. RGB value is (126,54,144). Sum of RGB (Red+Green+Blue) = 126+54+144=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E3690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3690 is #81C96F. Grayscale: #555555. Windows color (decimal): -8505712 or 9451134. OLE color: 9451134.
HSL color Cylindrical-coordinate representation of color #7E3690: hue angle of 288º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E3690 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 54 | 144 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.44 |
| HSL | 288º | 0.45% | 0.39% | - |
| HSV(B) | 288º | 0.63% | 0.56% | - |
| XYZ | 14.96 | 9.09 | 27.35 | - |
| YUV | 85.79 | 160.85 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 54 | 144 | 0.12 | 0.63 | 0 | 0.44 | 288 | 0.45 | 0.39 |
| Hex | 7E | 36 | 90 | C | 3F | 0 | 2C | 120 | 2D | 27 |
| Octal | 176 | 66 | 220 | 14 | 77 | 0 | 54 | 440 | 55 | 47 |
| Binary | 1111110 | 110110 | 10010000 | 1100 | 111111 | 0 | 101100 | 100100000 | 101101 | 100111 |
Color Harmonies of #7E3690
Complementary color
Monochromatic Colors of #7E3690
Black with #7E3690
Text Example
Text Example
White with #7E3690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3690; }
p { color: rgb(126,54,144); }
H1.HeaderClassName
{
color: #7E3690;
}
.AnyTagClassName
{
color: #7E3690;
}
</style>
background-color css
<style>
a { background-color: #7E3690; }
a { background-color: rgb(126,54,144); }
div.DivClassName
{
background-color: #7E3690;
}
.BgClassName
{
background-color: #7E3690;
}
</style>
border-color css
<style>
span { border-color: #7E3690; }
span { border-color: rgb(126,54,144); }
td.TdClassName
{
border-color: #7E3690;
}
.TagClassName
{
border-color: #7E3690;
}
</style>