Shades of Purple #7A0877
Tints of Purple #7A0877
RGB
CMYK
RGB Variations
Color information
#7A0877 (or 0x7A0877) is known color: Purple. HEX triplet: 7A, 08 and 77. RGB value is (122,8,119). Sum of RGB (Red+Green+Blue) = 122+8+119=249 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.00% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0877 is #85F788. Grayscale: #363636. Windows color (decimal): -8779657 or 7800954. OLE color: 7800954.
HSL color Cylindrical-coordinate representation of color #7A0877: hue angle of 301.58º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0877 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 119 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.52 |
| HSL | 301.58º | 0.88% | 0.25% | - |
| HSV(B) | 301.58º | 0.93% | 0.48% | - |
| XYZ | 11.44 | 5.64 | 17.94 | - |
| YUV | 54.74 | 164.27 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 119 | 0 | 0.93 | 0.02 | 0.52 | 301.58 | 0.88 | 0.25 |
| Hex | 7A | 8 | 77 | 0 | 5D | 2 | 34 | 12E | 58 | 19 |
| Octal | 172 | 10 | 167 | 0 | 135 | 2 | 64 | 456 | 130 | 31 |
| Binary | 1111010 | 1000 | 1110111 | 0 | 1011101 | 10 | 110100 | 100101110 | 1011000 | 11001 |
Color Harmonies of #7A0877
Complementary color
Monochromatic Colors of #7A0877
Black with #7A0877
Text Example
Text Example
White with #7A0877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0877; }
p { color: rgb(122,8,119); }
H1.HeaderClassName
{
color: #7A0877;
}
.AnyTagClassName
{
color: #7A0877;
}
</style>
background-color css
<style>
a { background-color: #7A0877; }
a { background-color: rgb(122,8,119); }
div.DivClassName
{
background-color: #7A0877;
}
.BgClassName
{
background-color: #7A0877;
}
</style>
border-color css
<style>
span { border-color: #7A0877; }
span { border-color: rgb(122,8,119); }
td.TdClassName
{
border-color: #7A0877;
}
.TagClassName
{
border-color: #7A0877;
}
</style>