Shades of Vivid Violet #7E4588
Tints of Vivid Violet #7E4588
RGB
CMYK
RGB Variations
Color information
#7E4588 (or 0x7E4588) is known color: Vivid Violet. HEX triplet: 7E, 45 and 88. RGB value is (126,69,136). Sum of RGB (Red+Green+Blue) = 126+69+136=331 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.07% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 136 - color contains mainly: blue. Hex color #7E4588 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4588 is #81BA77. Grayscale: #5D5D5D. Windows color (decimal): -8501880 or 8930686. OLE color: 8930686.
HSL color Cylindrical-coordinate representation of color #7E4588: hue angle of 291.04º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E4588 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 69 | 136 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.47 |
| HSL | 291.04º | 0.33% | 0.4% | - |
| HSV(B) | 291.04º | 0.49% | 0.53% | - |
| XYZ | 15.18 | 10.47 | 24.51 | - |
| YUV | 93.68 | 151.88 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 69 | 136 | 0.07 | 0.49 | 0 | 0.47 | 291.04 | 0.33 | 0.4 |
| Hex | 7E | 45 | 88 | 7 | 31 | 0 | 2F | 123 | 21 | 28 |
| Octal | 176 | 105 | 210 | 7 | 61 | 0 | 57 | 443 | 41 | 50 |
| Binary | 1111110 | 1000101 | 10001000 | 111 | 110001 | 0 | 101111 | 100100011 | 100001 | 101000 |
Color Harmonies of #7E4588
Complementary color
Monochromatic Colors of #7E4588
Black with #7E4588
Text Example
Text Example
White with #7E4588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4588; }
p { color: rgb(126,69,136); }
H1.HeaderClassName
{
color: #7E4588;
}
.AnyTagClassName
{
color: #7E4588;
}
</style>
background-color css
<style>
a { background-color: #7E4588; }
a { background-color: rgb(126,69,136); }
div.DivClassName
{
background-color: #7E4588;
}
.BgClassName
{
background-color: #7E4588;
}
</style>
border-color css
<style>
span { border-color: #7E4588; }
span { border-color: rgb(126,69,136); }
td.TdClassName
{
border-color: #7E4588;
}
.TagClassName
{
border-color: #7E4588;
}
</style>