Shades of Purple #7E0471
Tints of Purple #7E0471
RGB
CMYK
RGB Variations
Color information
#7E0471 (or 0x7E0471) is known color: Purple. HEX triplet: 7E, 04 and 71. RGB value is (126,4,113). Sum of RGB (Red+Green+Blue) = 126+4+113=243 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.85% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0471 is #81FB8E. Grayscale: #343434. Windows color (decimal): -8518543 or 7406718. OLE color: 7406718.
HSL color Cylindrical-coordinate representation of color #7E0471: hue angle of 306.39º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E0471 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 4 | 113 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.51 |
| HSL | 306.39º | 0.94% | 0.25% | - |
| HSV(B) | 306.39º | 0.97% | 0.49% | - |
| XYZ | 11.63 | 5.71 | 16.11 | - |
| YUV | 52.9 | 161.92 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 113 | 0 | 0.97 | 0.10 | 0.51 | 306.39 | 0.94 | 0.25 |
| Hex | 7E | 4 | 71 | 0 | 61 | A | 33 | 132 | 5E | 19 |
| Octal | 176 | 4 | 161 | 0 | 141 | 12 | 63 | 462 | 136 | 31 |
| Binary | 1111110 | 100 | 1110001 | 0 | 1100001 | 1010 | 110011 | 100110010 | 1011110 | 11001 |
Color Harmonies of #7E0471
Complementary color
Monochromatic Colors of #7E0471
Black with #7E0471
Text Example
Text Example
White with #7E0471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0471; }
p { color: rgb(126,4,113); }
H1.HeaderClassName
{
color: #7E0471;
}
.AnyTagClassName
{
color: #7E0471;
}
</style>
background-color css
<style>
a { background-color: #7E0471; }
a { background-color: rgb(126,4,113); }
div.DivClassName
{
background-color: #7E0471;
}
.BgClassName
{
background-color: #7E0471;
}
</style>
border-color css
<style>
span { border-color: #7E0471; }
span { border-color: rgb(126,4,113); }
td.TdClassName
{
border-color: #7E0471;
}
.TagClassName
{
border-color: #7E0471;
}
</style>