Shades of Vivid Violet #7E3A88
Tints of Vivid Violet #7E3A88
RGB
CMYK
RGB Variations
Color information
#7E3A88 (or 0x7E3A88) is known color: Vivid Violet. HEX triplet: 7E, 3A and 88. RGB value is (126,58,136). Sum of RGB (Red+Green+Blue) = 126+58+136=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #7E3A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3A88 is #81C577. Grayscale: #565656. Windows color (decimal): -8504696 or 8927870. OLE color: 8927870.
HSL color Cylindrical-coordinate representation of color #7E3A88: hue angle of 292.31º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E3A88 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 58 | 136 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.47 |
| HSL | 292.31º | 0.4% | 0.38% | - |
| HSV(B) | 292.31º | 0.57% | 0.53% | - |
| XYZ | 14.56 | 9.24 | 24.31 | - |
| YUV | 87.22 | 155.53 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 58 | 136 | 0.07 | 0.57 | 0 | 0.47 | 292.31 | 0.4 | 0.38 |
| Hex | 7E | 3A | 88 | 7 | 39 | 0 | 2F | 124 | 28 | 26 |
| Octal | 176 | 72 | 210 | 7 | 71 | 0 | 57 | 444 | 50 | 46 |
| Binary | 1111110 | 111010 | 10001000 | 111 | 111001 | 0 | 101111 | 100100100 | 101000 | 100110 |
Color Harmonies of #7E3A88
Complementary color
Monochromatic Colors of #7E3A88
Black with #7E3A88
Text Example
Text Example
White with #7E3A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3A88; }
p { color: rgb(126,58,136); }
H1.HeaderClassName
{
color: #7E3A88;
}
.AnyTagClassName
{
color: #7E3A88;
}
</style>
background-color css
<style>
a { background-color: #7E3A88; }
a { background-color: rgb(126,58,136); }
div.DivClassName
{
background-color: #7E3A88;
}
.BgClassName
{
background-color: #7E3A88;
}
</style>
border-color css
<style>
span { border-color: #7E3A88; }
span { border-color: rgb(126,58,136); }
td.TdClassName
{
border-color: #7E3A88;
}
.TagClassName
{
border-color: #7E3A88;
}
</style>