Shades of Vivid Violet #7E2090
Tints of Vivid Violet #7E2090
RGB
CMYK
RGB Variations
Color information
#7E2090 (or 0x7E2090) is known color: Vivid Violet. HEX triplet: 7E, 20 and 90. RGB value is (126,32,144). Sum of RGB (Red+Green+Blue) = 126+32+144=302 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.72% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E2090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2090 is #81DF6F. Grayscale: #484848. Windows color (decimal): -8511344 or 9445502. OLE color: 9445502.
HSL color Cylindrical-coordinate representation of color #7E2090: hue angle of 290.36º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7E2090 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 32 | 144 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.44 |
| HSL | 290.36º | 0.64% | 0.35% | - |
| HSV(B) | 290.36º | 0.78% | 0.56% | - |
| XYZ | 14.15 | 7.48 | 27.08 | - |
| YUV | 72.87 | 168.14 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 32 | 144 | 0.12 | 0.78 | 0 | 0.44 | 290.36 | 0.64 | 0.35 |
| Hex | 7E | 20 | 90 | C | 4E | 0 | 2C | 122 | 40 | 23 |
| Octal | 176 | 40 | 220 | 14 | 116 | 0 | 54 | 442 | 100 | 43 |
| Binary | 1111110 | 100000 | 10010000 | 1100 | 1001110 | 0 | 101100 | 100100010 | 1000000 | 100011 |
Color Harmonies of #7E2090
Complementary color
Monochromatic Colors of #7E2090
Black with #7E2090
Text Example
Text Example
White with #7E2090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2090; }
p { color: rgb(126,32,144); }
H1.HeaderClassName
{
color: #7E2090;
}
.AnyTagClassName
{
color: #7E2090;
}
</style>
background-color css
<style>
a { background-color: #7E2090; }
a { background-color: rgb(126,32,144); }
div.DivClassName
{
background-color: #7E2090;
}
.BgClassName
{
background-color: #7E2090;
}
</style>
border-color css
<style>
span { border-color: #7E2090; }
span { border-color: rgb(126,32,144); }
td.TdClassName
{
border-color: #7E2090;
}
.TagClassName
{
border-color: #7E2090;
}
</style>