Shades of Vivid Violet #7E3B87
Tints of Vivid Violet #7E3B87
RGB
CMYK
RGB Variations
Color information
#7E3B87 (or 0x7E3B87) is known color: Vivid Violet. HEX triplet: 7E, 3B and 87. RGB value is (126,59,135). Sum of RGB (Red+Green+Blue) = 126+59+135=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #7E3B87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3B87 is #81C478. Grayscale: #575757. Windows color (decimal): -8504441 or 8862590. OLE color: 8862590.
HSL color Cylindrical-coordinate representation of color #7E3B87: hue angle of 292.89º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E3B87 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 59 | 135 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.47 |
| HSL | 292.89º | 0.39% | 0.38% | - |
| HSV(B) | 292.89º | 0.56% | 0.53% | - |
| XYZ | 14.54 | 9.31 | 23.95 | - |
| YUV | 87.7 | 154.7 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 59 | 135 | 0.07 | 0.56 | 0 | 0.47 | 292.89 | 0.39 | 0.38 |
| Hex | 7E | 3B | 87 | 7 | 38 | 0 | 2F | 125 | 27 | 26 |
| Octal | 176 | 73 | 207 | 7 | 70 | 0 | 57 | 445 | 47 | 46 |
| Binary | 1111110 | 111011 | 10000111 | 111 | 111000 | 0 | 101111 | 100100101 | 100111 | 100110 |
Color Harmonies of #7E3B87
Complementary color
Monochromatic Colors of #7E3B87
Black with #7E3B87
Text Example
Text Example
White with #7E3B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3B87; }
p { color: rgb(126,59,135); }
H1.HeaderClassName
{
color: #7E3B87;
}
.AnyTagClassName
{
color: #7E3B87;
}
</style>
background-color css
<style>
a { background-color: #7E3B87; }
a { background-color: rgb(126,59,135); }
div.DivClassName
{
background-color: #7E3B87;
}
.BgClassName
{
background-color: #7E3B87;
}
</style>
border-color css
<style>
span { border-color: #7E3B87; }
span { border-color: rgb(126,59,135); }
td.TdClassName
{
border-color: #7E3B87;
}
.TagClassName
{
border-color: #7E3B87;
}
</style>