Shades of Vivid Violet #7E4587
Tints of Vivid Violet #7E4587
RGB
CMYK
RGB Variations
Color information
#7E4587 (or 0x7E4587) is known color: Vivid Violet. HEX triplet: 7E, 45 and 87. RGB value is (126,69,135). Sum of RGB (Red+Green+Blue) = 126+69+135=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 135 - color contains mainly: blue. Hex color #7E4587 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4587 is #81BA78. Grayscale: #5D5D5D. Windows color (decimal): -8501881 or 8865150. OLE color: 8865150.
HSL color Cylindrical-coordinate representation of color #7E4587: hue angle of 291.82º degrees, saturation: 0.32, 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 #7E4587 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 69 | 135 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.47 |
| HSL | 291.82º | 0.32% | 0.4% | - |
| HSV(B) | 291.82º | 0.49% | 0.53% | - |
| XYZ | 15.11 | 10.44 | 24.14 | - |
| YUV | 93.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 69 | 135 | 0.07 | 0.49 | 0 | 0.47 | 291.82 | 0.32 | 0.4 |
| Hex | 7E | 45 | 87 | 7 | 31 | 0 | 2F | 124 | 20 | 28 |
| Octal | 176 | 105 | 207 | 7 | 61 | 0 | 57 | 444 | 40 | 50 |
| Binary | 1111110 | 1000101 | 10000111 | 111 | 110001 | 0 | 101111 | 100100100 | 100000 | 101000 |
Color Harmonies of #7E4587
Complementary color
Monochromatic Colors of #7E4587
Black with #7E4587
Text Example
Text Example
White with #7E4587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4587; }
p { color: rgb(126,69,135); }
H1.HeaderClassName
{
color: #7E4587;
}
.AnyTagClassName
{
color: #7E4587;
}
</style>
background-color css
<style>
a { background-color: #7E4587; }
a { background-color: rgb(126,69,135); }
div.DivClassName
{
background-color: #7E4587;
}
.BgClassName
{
background-color: #7E4587;
}
</style>
border-color css
<style>
span { border-color: #7E4587; }
span { border-color: rgb(126,69,135); }
td.TdClassName
{
border-color: #7E4587;
}
.TagClassName
{
border-color: #7E4587;
}
</style>