Shades of Purple #7E047F
Tints of Purple #7E047F
RGB
CMYK
RGB Variations
Color information
#7E047F (or 0x7E047F) is known color: Purple. HEX triplet: 7E, 04 and 7F. RGB value is (126,4,127). Sum of RGB (Red+Green+Blue) = 126+4+127=257 (34% of max value = 765). Red value is 126 (49.61% from 255 or 49.03% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #7E047F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E047F is #81FB80. Grayscale: #363636. Windows color (decimal): -8518529 or 8324222. OLE color: 8324222.
HSL color Cylindrical-coordinate representation of color #7E047F: hue angle of 299.51º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E047F is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 4 | 127 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.50 |
| HSL | 299.51º | 0.94% | 0.26% | - |
| HSV(B) | 299.51º | 0.97% | 0.5% | - |
| XYZ | 12.48 | 6.05 | 20.59 | - |
| YUV | 54.5 | 168.92 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 127 | 0.01 | 0.97 | 0 | 0.50 | 299.51 | 0.94 | 0.26 |
| Hex | 7E | 4 | 7F | 1 | 61 | 0 | 32 | 12C | 5E | 1A |
| Octal | 176 | 4 | 177 | 1 | 141 | 0 | 62 | 454 | 136 | 32 |
| Binary | 1111110 | 100 | 1111111 | 1 | 1100001 | 0 | 110010 | 100101100 | 1011110 | 11010 |
Color Harmonies of #7E047F
Complementary color
Monochromatic Colors of #7E047F
Black with #7E047F
Text Example
Text Example
White with #7E047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E047F; }
p { color: rgb(126,4,127); }
H1.HeaderClassName
{
color: #7E047F;
}
.AnyTagClassName
{
color: #7E047F;
}
</style>
background-color css
<style>
a { background-color: #7E047F; }
a { background-color: rgb(126,4,127); }
div.DivClassName
{
background-color: #7E047F;
}
.BgClassName
{
background-color: #7E047F;
}
</style>
border-color css
<style>
span { border-color: #7E047F; }
span { border-color: rgb(126,4,127); }
td.TdClassName
{
border-color: #7E047F;
}
.TagClassName
{
border-color: #7E047F;
}
</style>