Shades of Purple #7E0876
Tints of Purple #7E0876
RGB
CMYK
RGB Variations
Color information
#7E0876 (or 0x7E0876) is known color: Purple. HEX triplet: 7E, 08 and 76. RGB value is (126,8,118). Sum of RGB (Red+Green+Blue) = 126+8+118=252 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0876 is #81F789. Grayscale: #373737. Windows color (decimal): -8517514 or 7735422. OLE color: 7735422.
HSL color Cylindrical-coordinate representation of color #7E0876: hue angle of 304.07º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E0876 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 8 | 118 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.51 |
| HSL | 304.07º | 0.88% | 0.26% | - |
| HSV(B) | 304.07º | 0.94% | 0.49% | - |
| XYZ | 11.96 | 5.92 | 17.65 | - |
| YUV | 55.82 | 163.09 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 8 | 118 | 0 | 0.94 | 0.06 | 0.51 | 304.07 | 0.88 | 0.26 |
| Hex | 7E | 8 | 76 | 0 | 5E | 6 | 33 | 130 | 58 | 1A |
| Octal | 176 | 10 | 166 | 0 | 136 | 6 | 63 | 460 | 130 | 32 |
| Binary | 1111110 | 1000 | 1110110 | 0 | 1011110 | 110 | 110011 | 100110000 | 1011000 | 11010 |
Color Harmonies of #7E0876
Complementary color
Monochromatic Colors of #7E0876
Black with #7E0876
Text Example
Text Example
White with #7E0876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0876; }
p { color: rgb(126,8,118); }
H1.HeaderClassName
{
color: #7E0876;
}
.AnyTagClassName
{
color: #7E0876;
}
</style>
background-color css
<style>
a { background-color: #7E0876; }
a { background-color: rgb(126,8,118); }
div.DivClassName
{
background-color: #7E0876;
}
.BgClassName
{
background-color: #7E0876;
}
</style>
border-color css
<style>
span { border-color: #7E0876; }
span { border-color: rgb(126,8,118); }
td.TdClassName
{
border-color: #7E0876;
}
.TagClassName
{
border-color: #7E0876;
}
</style>