Shades of Vivid Violet #7E4688
Tints of Vivid Violet #7E4688
RGB
CMYK
RGB Variations
Color information
#7E4688 (or 0x7E4688) is known color: Vivid Violet. HEX triplet: 7E, 46 and 88. RGB value is (126,70,136). Sum of RGB (Red+Green+Blue) = 126+70+136=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 136 - color contains mainly: blue. Hex color #7E4688 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4688 is #81B977. Grayscale: #5E5E5E. Windows color (decimal): -8501624 or 8930942. OLE color: 8930942.
HSL color Cylindrical-coordinate representation of color #7E4688: hue angle of 290.91º 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 #7E4688 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 70 | 136 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.47 |
| HSL | 290.91º | 0.32% | 0.4% | - |
| HSV(B) | 290.91º | 0.49% | 0.53% | - |
| XYZ | 15.24 | 10.59 | 24.53 | - |
| YUV | 94.27 | 151.55 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 70 | 136 | 0.07 | 0.49 | 0 | 0.47 | 290.91 | 0.32 | 0.4 |
| Hex | 7E | 46 | 88 | 7 | 31 | 0 | 2F | 123 | 20 | 28 |
| Octal | 176 | 106 | 210 | 7 | 61 | 0 | 57 | 443 | 40 | 50 |
| Binary | 1111110 | 1000110 | 10001000 | 111 | 110001 | 0 | 101111 | 100100011 | 100000 | 101000 |
Color Harmonies of #7E4688
Complementary color
Monochromatic Colors of #7E4688
Black with #7E4688
Text Example
Text Example
White with #7E4688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4688; }
p { color: rgb(126,70,136); }
H1.HeaderClassName
{
color: #7E4688;
}
.AnyTagClassName
{
color: #7E4688;
}
</style>
background-color css
<style>
a { background-color: #7E4688; }
a { background-color: rgb(126,70,136); }
div.DivClassName
{
background-color: #7E4688;
}
.BgClassName
{
background-color: #7E4688;
}
</style>
border-color css
<style>
span { border-color: #7E4688; }
span { border-color: rgb(126,70,136); }
td.TdClassName
{
border-color: #7E4688;
}
.TagClassName
{
border-color: #7E4688;
}
</style>