Shades of Dark Purple #7E1A89
Tints of Dark Purple #7E1A89
RGB
CMYK
RGB Variations
Color information
#7E1A89 (or 0x7E1A89) is known color: Dark Purple. HEX triplet: 7E, 1A and 89. RGB value is (126,26,137). Sum of RGB (Red+Green+Blue) = 126+26+137=289 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.60% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #7E1A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E1A89 is #81E576. Grayscale: #444444. Windows color (decimal): -8512887 or 8985214. OLE color: 8985214.
HSL color Cylindrical-coordinate representation of color #7E1A89: hue angle of 294.05º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7E1A89 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 26 | 137 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.46 |
| HSL | 294.05º | 0.68% | 0.32% | - |
| HSV(B) | 294.05º | 0.81% | 0.54% | - |
| XYZ | 13.49 | 6.98 | 24.3 | - |
| YUV | 68.55 | 166.63 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 26 | 137 | 0.08 | 0.81 | 0 | 0.46 | 294.05 | 0.68 | 0.32 |
| Hex | 7E | 1A | 89 | 8 | 51 | 0 | 2E | 126 | 44 | 20 |
| Octal | 176 | 32 | 211 | 10 | 121 | 0 | 56 | 446 | 104 | 40 |
| Binary | 1111110 | 11010 | 10001001 | 1000 | 1010001 | 0 | 101110 | 100100110 | 1000100 | 100000 |
Color Harmonies of #7E1A89
Complementary color
Monochromatic Colors of #7E1A89
Black with #7E1A89
Text Example
Text Example
White with #7E1A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1A89; }
p { color: rgb(126,26,137); }
H1.HeaderClassName
{
color: #7E1A89;
}
.AnyTagClassName
{
color: #7E1A89;
}
</style>
background-color css
<style>
a { background-color: #7E1A89; }
a { background-color: rgb(126,26,137); }
div.DivClassName
{
background-color: #7E1A89;
}
.BgClassName
{
background-color: #7E1A89;
}
</style>
border-color css
<style>
span { border-color: #7E1A89; }
span { border-color: rgb(126,26,137); }
td.TdClassName
{
border-color: #7E1A89;
}
.TagClassName
{
border-color: #7E1A89;
}
</style>