Shades of Purple #7E0E85
Tints of Purple #7E0E85
RGB
CMYK
RGB Variations
Color information
#7E0E85 (or 0x7E0E85) is known color: Purple. HEX triplet: 7E, 0E and 85. RGB value is (126,14,133). Sum of RGB (Red+Green+Blue) = 126+14+133=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #7E0E85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0E85 is #81F17A. Grayscale: #3C3C3C. Windows color (decimal): -8515963 or 8719998. OLE color: 8719998.
HSL color Cylindrical-coordinate representation of color #7E0E85: hue angle of 296.47º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7E0E85 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 14 | 133 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.48 |
| HSL | 296.47º | 0.81% | 0.29% | - |
| HSV(B) | 296.47º | 0.89% | 0.52% | - |
| XYZ | 12.99 | 6.44 | 22.75 | - |
| YUV | 61.05 | 168.61 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 14 | 133 | 0.05 | 0.89 | 0 | 0.48 | 296.47 | 0.81 | 0.29 |
| Hex | 7E | E | 85 | 5 | 59 | 0 | 30 | 128 | 51 | 1D |
| Octal | 176 | 16 | 205 | 5 | 131 | 0 | 60 | 450 | 121 | 35 |
| Binary | 1111110 | 1110 | 10000101 | 101 | 1011001 | 0 | 110000 | 100101000 | 1010001 | 11101 |
Color Harmonies of #7E0E85
Complementary color
Monochromatic Colors of #7E0E85
Black with #7E0E85
Text Example
Text Example
White with #7E0E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0E85; }
p { color: rgb(126,14,133); }
H1.HeaderClassName
{
color: #7E0E85;
}
.AnyTagClassName
{
color: #7E0E85;
}
</style>
background-color css
<style>
a { background-color: #7E0E85; }
a { background-color: rgb(126,14,133); }
div.DivClassName
{
background-color: #7E0E85;
}
.BgClassName
{
background-color: #7E0E85;
}
</style>
border-color css
<style>
span { border-color: #7E0E85; }
span { border-color: rgb(126,14,133); }
td.TdClassName
{
border-color: #7E0E85;
}
.TagClassName
{
border-color: #7E0E85;
}
</style>