Shades of Vivid Violet #7E2899
Tints of Vivid Violet #7E2899
RGB
CMYK
RGB Variations
Color information
#7E2899 (or 0x7E2899) is known color: Vivid Violet. HEX triplet: 7E, 28 and 99. RGB value is (126,40,153). Sum of RGB (Red+Green+Blue) = 126+40+153=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #7E2899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2899 is #81D766. Grayscale: #4E4E4E. Windows color (decimal): -8509287 or 10037374. OLE color: 10037374.
HSL color Cylindrical-coordinate representation of color #7E2899: hue angle of 285.66º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E2899 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 126 | 40 | 153 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.4 |
| HSL | 285.66º | 0.59% | 0.38% | - |
| HSV(B) | 285.66º | 0.74% | 0.6% | - |
| XYZ | 15.11 | 8.25 | 30.93 | - |
| YUV | 78.6 | 169.99 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 40 | 153 | 0.18 | 0.74 | 0 | 0.4 | 285.66 | 0.59 | 0.38 |
| Hex | 7E | 28 | 99 | 12 | 4A | 0 | 28 | 11E | 3B | 26 |
| Octal | 176 | 50 | 231 | 22 | 112 | 0 | 50 | 436 | 73 | 46 |
| Binary | 1111110 | 101000 | 10011001 | 10010 | 1001010 | 0 | 101000 | 100011110 | 111011 | 100110 |
Color Harmonies of #7E2899
Complementary color
Monochromatic Colors of #7E2899
Black with #7E2899
Text Example
Text Example
White with #7E2899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2899; }
p { color: rgb(126,40,153); }
H1.HeaderClassName
{
color: #7E2899;
}
.AnyTagClassName
{
color: #7E2899;
}
</style>
background-color css
<style>
a { background-color: #7E2899; }
a { background-color: rgb(126,40,153); }
div.DivClassName
{
background-color: #7E2899;
}
.BgClassName
{
background-color: #7E2899;
}
</style>
border-color css
<style>
span { border-color: #7E2899; }
span { border-color: rgb(126,40,153); }
td.TdClassName
{
border-color: #7E2899;
}
.TagClassName
{
border-color: #7E2899;
}
</style>