Shades of Purple #7A0879
Tints of Purple #7A0879
RGB
CMYK
RGB Variations
Color information
#7A0879 (or 0x7A0879) is known color: Purple. HEX triplet: 7A, 08 and 79. RGB value is (122,8,121). Sum of RGB (Red+Green+Blue) = 122+8+121=251 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.61% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0879 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0879 is #85F786. Grayscale: #363636. Windows color (decimal): -8779655 or 7932026. OLE color: 7932026.
HSL color Cylindrical-coordinate representation of color #7A0879: hue angle of 300.53º 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 #7A0879 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 121 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.52 |
| HSL | 300.53º | 0.88% | 0.25% | - |
| HSV(B) | 300.53º | 0.93% | 0.48% | - |
| XYZ | 11.56 | 5.69 | 18.58 | - |
| YUV | 54.97 | 165.27 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 121 | 0 | 0.93 | 0.01 | 0.52 | 300.53 | 0.88 | 0.25 |
| Hex | 7A | 8 | 79 | 0 | 5D | 1 | 34 | 12D | 58 | 19 |
| Octal | 172 | 10 | 171 | 0 | 135 | 1 | 64 | 455 | 130 | 31 |
| Binary | 1111010 | 1000 | 1111001 | 0 | 1011101 | 1 | 110100 | 100101101 | 1011000 | 11001 |
Color Harmonies of #7A0879
Complementary color
Monochromatic Colors of #7A0879
Black with #7A0879
Text Example
Text Example
White with #7A0879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0879; }
p { color: rgb(122,8,121); }
H1.HeaderClassName
{
color: #7A0879;
}
.AnyTagClassName
{
color: #7A0879;
}
</style>
background-color css
<style>
a { background-color: #7A0879; }
a { background-color: rgb(122,8,121); }
div.DivClassName
{
background-color: #7A0879;
}
.BgClassName
{
background-color: #7A0879;
}
</style>
border-color css
<style>
span { border-color: #7A0879; }
span { border-color: rgb(122,8,121); }
td.TdClassName
{
border-color: #7A0879;
}
.TagClassName
{
border-color: #7A0879;
}
</style>