Shades of Vivid Violet #7E3588
Tints of Vivid Violet #7E3588
RGB
CMYK
RGB Variations
Color information
#7E3588 (or 0x7E3588) is known color: Vivid Violet. HEX triplet: 7E, 35 and 88. RGB value is (126,53,136). Sum of RGB (Red+Green+Blue) = 126+53+136=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #7E3588 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3588 is #81CA77. Grayscale: #545454. Windows color (decimal): -8505976 or 8926590. OLE color: 8926590.
HSL color Cylindrical-coordinate representation of color #7E3588: hue angle of 292.77º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E3588 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 53 | 136 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.47 |
| HSL | 292.77º | 0.44% | 0.37% | - |
| HSV(B) | 292.77º | 0.61% | 0.53% | - |
| XYZ | 14.32 | 8.76 | 24.23 | - |
| YUV | 84.29 | 157.18 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 53 | 136 | 0.07 | 0.61 | 0 | 0.47 | 292.77 | 0.44 | 0.37 |
| Hex | 7E | 35 | 88 | 7 | 3D | 0 | 2F | 125 | 2C | 25 |
| Octal | 176 | 65 | 210 | 7 | 75 | 0 | 57 | 445 | 54 | 45 |
| Binary | 1111110 | 110101 | 10001000 | 111 | 111101 | 0 | 101111 | 100100101 | 101100 | 100101 |
Color Harmonies of #7E3588
Complementary color
Monochromatic Colors of #7E3588
Black with #7E3588
Text Example
Text Example
White with #7E3588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3588; }
p { color: rgb(126,53,136); }
H1.HeaderClassName
{
color: #7E3588;
}
.AnyTagClassName
{
color: #7E3588;
}
</style>
background-color css
<style>
a { background-color: #7E3588; }
a { background-color: rgb(126,53,136); }
div.DivClassName
{
background-color: #7E3588;
}
.BgClassName
{
background-color: #7E3588;
}
</style>
border-color css
<style>
span { border-color: #7E3588; }
span { border-color: rgb(126,53,136); }
td.TdClassName
{
border-color: #7E3588;
}
.TagClassName
{
border-color: #7E3588;
}
</style>