Shades of Purple #7E0072
Tints of Purple #7E0072
RGB
CMYK
RGB Variations
Color information
#7E0072 (or 0x7E0072) is known color: Purple. HEX triplet: 7E, 00 and 72. RGB value is (126,0,114). Sum of RGB (Red+Green+Blue) = 126+0+114=240 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.5% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0072 is #81FF8D. Grayscale: #323232. Windows color (decimal): -8519566 or 7471230. OLE color: 7471230.
HSL color Cylindrical-coordinate representation of color #7E0072: hue angle of 305.71º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E0072 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.10 | 0.51 |
| HSL | 305.71º | 1% | 0.25% | - |
| HSV(B) | 305.71º | 1% | 0.49% | - |
| XYZ | 11.64 | 5.65 | 16.4 | - |
| YUV | 50.67 | 163.74 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 114 | 0 | 1 | 0.10 | 0.51 | 305.71 | 1 | 0.25 |
| Hex | 7E | 0 | 72 | 0 | 64 | A | 33 | 132 | 64 | 19 |
| Octal | 176 | 0 | 162 | 0 | 144 | 12 | 63 | 462 | 144 | 31 |
| Binary | 1111110 | 0 | 1110010 | 0 | 1100100 | 1010 | 110011 | 100110010 | 1100100 | 11001 |
Color Harmonies of #7E0072
Complementary color
Monochromatic Colors of #7E0072
Black with #7E0072
Text Example
Text Example
White with #7E0072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0072; }
p { color: rgb(126,0,114); }
H1.HeaderClassName
{
color: #7E0072;
}
.AnyTagClassName
{
color: #7E0072;
}
</style>
background-color css
<style>
a { background-color: #7E0072; }
a { background-color: rgb(126,0,114); }
div.DivClassName
{
background-color: #7E0072;
}
.BgClassName
{
background-color: #7E0072;
}
</style>
border-color css
<style>
span { border-color: #7E0072; }
span { border-color: rgb(126,0,114); }
td.TdClassName
{
border-color: #7E0072;
}
.TagClassName
{
border-color: #7E0072;
}
</style>