Shades of Purple #7A0577
Tints of Purple #7A0577
RGB
CMYK
RGB Variations
Color information
#7A0577 (or 0x7A0577) is known color: Purple. HEX triplet: 7A, 05 and 77. RGB value is (122,5,119). Sum of RGB (Red+Green+Blue) = 122+5+119=246 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.59% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0577 is #85FA88. Grayscale: #343434. Windows color (decimal): -8780425 or 7800186. OLE color: 7800186.
HSL color Cylindrical-coordinate representation of color #7A0577: hue angle of 301.54º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A0577 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 5 | 119 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.52 |
| HSL | 301.54º | 0.92% | 0.25% | - |
| HSV(B) | 301.54º | 0.96% | 0.48% | - |
| XYZ | 11.41 | 5.58 | 17.93 | - |
| YUV | 52.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 5 | 119 | 0 | 0.96 | 0.02 | 0.52 | 301.54 | 0.92 | 0.25 |
| Hex | 7A | 5 | 77 | 0 | 60 | 2 | 34 | 12E | 5C | 19 |
| Octal | 172 | 5 | 167 | 0 | 140 | 2 | 64 | 456 | 134 | 31 |
| Binary | 1111010 | 101 | 1110111 | 0 | 1100000 | 10 | 110100 | 100101110 | 1011100 | 11001 |
Color Harmonies of #7A0577
Complementary color
Monochromatic Colors of #7A0577
Black with #7A0577
Text Example
Text Example
White with #7A0577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0577; }
p { color: rgb(122,5,119); }
H1.HeaderClassName
{
color: #7A0577;
}
.AnyTagClassName
{
color: #7A0577;
}
</style>
background-color css
<style>
a { background-color: #7A0577; }
a { background-color: rgb(122,5,119); }
div.DivClassName
{
background-color: #7A0577;
}
.BgClassName
{
background-color: #7A0577;
}
</style>
border-color css
<style>
span { border-color: #7A0577; }
span { border-color: rgb(122,5,119); }
td.TdClassName
{
border-color: #7A0577;
}
.TagClassName
{
border-color: #7A0577;
}
</style>