Shades of Purple #7E0577
Tints of Purple #7E0577
RGB
CMYK
RGB Variations
Color information
#7E0577 (or 0x7E0577) is known color: Purple. HEX triplet: 7E, 05 and 77. RGB value is (126,5,119). Sum of RGB (Red+Green+Blue) = 126+5+119=250 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50.4% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0577 is #81FA88. Grayscale: #353535. Windows color (decimal): -8518281 or 7800190. OLE color: 7800190.
HSL color Cylindrical-coordinate representation of color #7E0577: hue angle of 303.47º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E0577 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 5 | 119 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.51 |
| HSL | 303.47º | 0.92% | 0.26% | - |
| HSV(B) | 303.47º | 0.96% | 0.49% | - |
| XYZ | 11.99 | 5.88 | 17.96 | - |
| YUV | 54.18 | 164.59 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 5 | 119 | 0 | 0.96 | 0.06 | 0.51 | 303.47 | 0.92 | 0.26 |
| Hex | 7E | 5 | 77 | 0 | 60 | 6 | 33 | 12F | 5C | 1A |
| Octal | 176 | 5 | 167 | 0 | 140 | 6 | 63 | 457 | 134 | 32 |
| Binary | 1111110 | 101 | 1110111 | 0 | 1100000 | 110 | 110011 | 100101111 | 1011100 | 11010 |
Color Harmonies of #7E0577
Complementary color
Monochromatic Colors of #7E0577
Black with #7E0577
Text Example
Text Example
White with #7E0577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0577; }
p { color: rgb(126,5,119); }
H1.HeaderClassName
{
color: #7E0577;
}
.AnyTagClassName
{
color: #7E0577;
}
</style>
background-color css
<style>
a { background-color: #7E0577; }
a { background-color: rgb(126,5,119); }
div.DivClassName
{
background-color: #7E0577;
}
.BgClassName
{
background-color: #7E0577;
}
</style>
border-color css
<style>
span { border-color: #7E0577; }
span { border-color: rgb(126,5,119); }
td.TdClassName
{
border-color: #7E0577;
}
.TagClassName
{
border-color: #7E0577;
}
</style>