Shades of Vivid Violet #7E2586
Tints of Vivid Violet #7E2586
RGB
CMYK
RGB Variations
Color information
#7E2586 (or 0x7E2586) is known color: Vivid Violet. HEX triplet: 7E, 25 and 86. RGB value is (126,37,134). Sum of RGB (Red+Green+Blue) = 126+37+134=297 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.42% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 134 - color contains mainly: blue. Hex color #7E2586 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2586 is #81DA79. Grayscale: #4A4A4A. Windows color (decimal): -8510074 or 8791422. OLE color: 8791422.
HSL color Cylindrical-coordinate representation of color #7E2586: hue angle of 295.05º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E2586 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 37 | 134 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.47 |
| HSL | 295.05º | 0.57% | 0.34% | - |
| HSV(B) | 295.05º | 0.72% | 0.53% | - |
| XYZ | 13.57 | 7.48 | 23.28 | - |
| YUV | 74.67 | 161.49 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 37 | 134 | 0.06 | 0.72 | 0 | 0.47 | 295.05 | 0.57 | 0.34 |
| Hex | 7E | 25 | 86 | 6 | 48 | 0 | 2F | 127 | 39 | 22 |
| Octal | 176 | 45 | 206 | 6 | 110 | 0 | 57 | 447 | 71 | 42 |
| Binary | 1111110 | 100101 | 10000110 | 110 | 1001000 | 0 | 101111 | 100100111 | 111001 | 100010 |
Color Harmonies of #7E2586
Complementary color
Monochromatic Colors of #7E2586
Black with #7E2586
Text Example
Text Example
White with #7E2586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2586; }
p { color: rgb(126,37,134); }
H1.HeaderClassName
{
color: #7E2586;
}
.AnyTagClassName
{
color: #7E2586;
}
</style>
background-color css
<style>
a { background-color: #7E2586; }
a { background-color: rgb(126,37,134); }
div.DivClassName
{
background-color: #7E2586;
}
.BgClassName
{
background-color: #7E2586;
}
</style>
border-color css
<style>
span { border-color: #7E2586; }
span { border-color: rgb(126,37,134); }
td.TdClassName
{
border-color: #7E2586;
}
.TagClassName
{
border-color: #7E2586;
}
</style>