Shades of Purple #7E0A89
Tints of Purple #7E0A89
RGB
CMYK
RGB Variations
Color information
#7E0A89 (or 0x7E0A89) is known color: Purple. HEX triplet: 7E, 0A and 89. RGB value is (126,10,137). Sum of RGB (Red+Green+Blue) = 126+10+137=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #7E0A89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0A89 is #81F576. Grayscale: #3A3A3A. Windows color (decimal): -8516983 or 8981118. OLE color: 8981118.
HSL color Cylindrical-coordinate representation of color #7E0A89: hue angle of 294.8º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E0A89 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 10 | 137 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.46 |
| HSL | 294.8º | 0.86% | 0.29% | - |
| HSV(B) | 294.8º | 0.93% | 0.54% | - |
| XYZ | 13.23 | 6.46 | 24.22 | - |
| YUV | 59.16 | 171.93 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 10 | 137 | 0.08 | 0.93 | 0 | 0.46 | 294.8 | 0.86 | 0.29 |
| Hex | 7E | A | 89 | 8 | 5D | 0 | 2E | 127 | 56 | 1D |
| Octal | 176 | 12 | 211 | 10 | 135 | 0 | 56 | 447 | 126 | 35 |
| Binary | 1111110 | 1010 | 10001001 | 1000 | 1011101 | 0 | 101110 | 100100111 | 1010110 | 11101 |
Color Harmonies of #7E0A89
Complementary color
Monochromatic Colors of #7E0A89
Black with #7E0A89
Text Example
Text Example
White with #7E0A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0A89; }
p { color: rgb(126,10,137); }
H1.HeaderClassName
{
color: #7E0A89;
}
.AnyTagClassName
{
color: #7E0A89;
}
</style>
background-color css
<style>
a { background-color: #7E0A89; }
a { background-color: rgb(126,10,137); }
div.DivClassName
{
background-color: #7E0A89;
}
.BgClassName
{
background-color: #7E0A89;
}
</style>
border-color css
<style>
span { border-color: #7E0A89; }
span { border-color: rgb(126,10,137); }
td.TdClassName
{
border-color: #7E0A89;
}
.TagClassName
{
border-color: #7E0A89;
}
</style>