Shades of Purple #7E0872
Tints of Purple #7E0872
RGB
CMYK
RGB Variations
Color information
#7E0872 (or 0x7E0872) is known color: Purple. HEX triplet: 7E, 08 and 72. RGB value is (126,8,114). Sum of RGB (Red+Green+Blue) = 126+8+114=248 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.81% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0872 is #81F78D. Grayscale: #373737. Windows color (decimal): -8517518 or 7473278. OLE color: 7473278.
HSL color Cylindrical-coordinate representation of color #7E0872: hue angle of 306.1º 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 #7E0872 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 8 | 114 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.51 |
| HSL | 306.1º | 0.88% | 0.26% | - |
| HSV(B) | 306.1º | 0.94% | 0.49% | - |
| XYZ | 11.73 | 5.82 | 16.43 | - |
| YUV | 55.37 | 161.09 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 8 | 114 | 0 | 0.94 | 0.10 | 0.51 | 306.1 | 0.88 | 0.26 |
| Hex | 7E | 8 | 72 | 0 | 5E | A | 33 | 132 | 58 | 1A |
| Octal | 176 | 10 | 162 | 0 | 136 | 12 | 63 | 462 | 130 | 32 |
| Binary | 1111110 | 1000 | 1110010 | 0 | 1011110 | 1010 | 110011 | 100110010 | 1011000 | 11010 |
Color Harmonies of #7E0872
Complementary color
Monochromatic Colors of #7E0872
Black with #7E0872
Text Example
Text Example
White with #7E0872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0872; }
p { color: rgb(126,8,114); }
H1.HeaderClassName
{
color: #7E0872;
}
.AnyTagClassName
{
color: #7E0872;
}
</style>
background-color css
<style>
a { background-color: #7E0872; }
a { background-color: rgb(126,8,114); }
div.DivClassName
{
background-color: #7E0872;
}
.BgClassName
{
background-color: #7E0872;
}
</style>
border-color css
<style>
span { border-color: #7E0872; }
span { border-color: rgb(126,8,114); }
td.TdClassName
{
border-color: #7E0872;
}
.TagClassName
{
border-color: #7E0872;
}
</style>