Shades of Vivid Violet #7E2988
Tints of Vivid Violet #7E2988
RGB
CMYK
RGB Variations
Color information
#7E2988 (or 0x7E2988) is known color: Vivid Violet. HEX triplet: 7E, 29 and 88. RGB value is (126,41,136). Sum of RGB (Red+Green+Blue) = 126+41+136=303 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.58% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #7E2988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2988 is #81D677. Grayscale: #4C4C4C. Windows color (decimal): -8509048 or 8923518. OLE color: 8923518.
HSL color Cylindrical-coordinate representation of color #7E2988: hue angle of 293.68º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E2988 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 41 | 136 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.47 |
| HSL | 293.68º | 0.54% | 0.35% | - |
| HSV(B) | 293.68º | 0.7% | 0.53% | - |
| XYZ | 13.84 | 7.8 | 24.07 | - |
| YUV | 77.25 | 161.16 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 41 | 136 | 0.07 | 0.70 | 0 | 0.47 | 293.68 | 0.54 | 0.35 |
| Hex | 7E | 29 | 88 | 7 | 46 | 0 | 2F | 126 | 36 | 23 |
| Octal | 176 | 51 | 210 | 7 | 106 | 0 | 57 | 446 | 66 | 43 |
| Binary | 1111110 | 101001 | 10001000 | 111 | 1000110 | 0 | 101111 | 100100110 | 110110 | 100011 |
Color Harmonies of #7E2988
Complementary color
Monochromatic Colors of #7E2988
Black with #7E2988
Text Example
Text Example
White with #7E2988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2988; }
p { color: rgb(126,41,136); }
H1.HeaderClassName
{
color: #7E2988;
}
.AnyTagClassName
{
color: #7E2988;
}
</style>
background-color css
<style>
a { background-color: #7E2988; }
a { background-color: rgb(126,41,136); }
div.DivClassName
{
background-color: #7E2988;
}
.BgClassName
{
background-color: #7E2988;
}
</style>
border-color css
<style>
span { border-color: #7E2988; }
span { border-color: rgb(126,41,136); }
td.TdClassName
{
border-color: #7E2988;
}
.TagClassName
{
border-color: #7E2988;
}
</style>