Shades of Vivid Violet #7E4889
Tints of Vivid Violet #7E4889
RGB
CMYK
RGB Variations
Color information
#7E4889 (or 0x7E4889) is known color: Vivid Violet. HEX triplet: 7E, 48 and 89. RGB value is (126,72,137). Sum of RGB (Red+Green+Blue) = 126+72+137=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 137 - color contains mainly: blue. Hex color #7E4889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4889 is #81B776. Grayscale: #5F5F5F. Windows color (decimal): -8501111 or 8996990. OLE color: 8996990.
HSL color Cylindrical-coordinate representation of color #7E4889: hue angle of 289.85º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E4889 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 72 | 137 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.46 |
| HSL | 289.85º | 0.31% | 0.41% | - |
| HSV(B) | 289.85º | 0.47% | 0.54% | - |
| XYZ | 15.44 | 10.88 | 24.95 | - |
| YUV | 95.56 | 151.39 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 72 | 137 | 0.08 | 0.47 | 0 | 0.46 | 289.85 | 0.31 | 0.41 |
| Hex | 7E | 48 | 89 | 8 | 2F | 0 | 2E | 122 | 1F | 29 |
| Octal | 176 | 110 | 211 | 10 | 57 | 0 | 56 | 442 | 37 | 51 |
| Binary | 1111110 | 1001000 | 10001001 | 1000 | 101111 | 0 | 101110 | 100100010 | 11111 | 101001 |
Color Harmonies of #7E4889
Complementary color
Monochromatic Colors of #7E4889
Black with #7E4889
Text Example
Text Example
White with #7E4889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4889; }
p { color: rgb(126,72,137); }
H1.HeaderClassName
{
color: #7E4889;
}
.AnyTagClassName
{
color: #7E4889;
}
</style>
background-color css
<style>
a { background-color: #7E4889; }
a { background-color: rgb(126,72,137); }
div.DivClassName
{
background-color: #7E4889;
}
.BgClassName
{
background-color: #7E4889;
}
</style>
border-color css
<style>
span { border-color: #7E4889; }
span { border-color: rgb(126,72,137); }
td.TdClassName
{
border-color: #7E4889;
}
.TagClassName
{
border-color: #7E4889;
}
</style>