Shades of Vivid Violet #7E2898
Tints of Vivid Violet #7E2898
RGB
CMYK
RGB Variations
Color information
#7E2898 (or 0x7E2898) is known color: Vivid Violet. HEX triplet: 7E, 28 and 98. RGB value is (126,40,152). Sum of RGB (Red+Green+Blue) = 126+40+152=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #7E2898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2898 is #81D767. Grayscale: #4E4E4E. Windows color (decimal): -8509288 or 9971838. OLE color: 9971838.
HSL color Cylindrical-coordinate representation of color #7E2898: hue angle of 286.07º degrees, saturation: 0.58, 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 #7E2898 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 40 | 152 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.40 |
| HSL | 286.07º | 0.58% | 0.38% | - |
| HSV(B) | 286.07º | 0.74% | 0.6% | - |
| XYZ | 15.03 | 8.22 | 30.5 | - |
| YUV | 78.48 | 169.49 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 40 | 152 | 0.17 | 0.74 | 0 | 0.40 | 286.07 | 0.58 | 0.38 |
| Hex | 7E | 28 | 98 | 11 | 4A | 0 | 28 | 11E | 3A | 26 |
| Octal | 176 | 50 | 230 | 21 | 112 | 0 | 50 | 436 | 72 | 46 |
| Binary | 1111110 | 101000 | 10011000 | 10001 | 1001010 | 0 | 101000 | 100011110 | 111010 | 100110 |
Color Harmonies of #7E2898
Complementary color
Monochromatic Colors of #7E2898
Black with #7E2898
Text Example
Text Example
White with #7E2898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2898; }
p { color: rgb(126,40,152); }
H1.HeaderClassName
{
color: #7E2898;
}
.AnyTagClassName
{
color: #7E2898;
}
</style>
background-color css
<style>
a { background-color: #7E2898; }
a { background-color: rgb(126,40,152); }
div.DivClassName
{
background-color: #7E2898;
}
.BgClassName
{
background-color: #7E2898;
}
</style>
border-color css
<style>
span { border-color: #7E2898; }
span { border-color: rgb(126,40,152); }
td.TdClassName
{
border-color: #7E2898;
}
.TagClassName
{
border-color: #7E2898;
}
</style>