Shades of Purple #7A0880
Tints of Purple #7A0880
RGB
CMYK
RGB Variations
Color information
#7A0880 (or 0x7A0880) is known color: Purple. HEX triplet: 7A, 08 and 80. RGB value is (122,8,128). Sum of RGB (Red+Green+Blue) = 122+8+128=258 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.29% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #7A0880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0880 is #85F77F. Grayscale: #373737. Windows color (decimal): -8779648 or 8390778. OLE color: 8390778.
HSL color Cylindrical-coordinate representation of color #7A0880: hue angle of 297º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0880 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 8 | 128 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.50 |
| HSL | 297º | 0.88% | 0.27% | - |
| HSV(B) | 297º | 0.94% | 0.5% | - |
| XYZ | 12.01 | 5.87 | 20.92 | - |
| YUV | 55.77 | 168.77 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 128 | 0.05 | 0.94 | 0 | 0.50 | 297 | 0.88 | 0.27 |
| Hex | 7A | 8 | 80 | 5 | 5E | 0 | 32 | 129 | 58 | 1B |
| Octal | 172 | 10 | 200 | 5 | 136 | 0 | 62 | 451 | 130 | 33 |
| Binary | 1111010 | 1000 | 10000000 | 101 | 1011110 | 0 | 110010 | 100101001 | 1011000 | 11011 |
Color Harmonies of #7A0880
Complementary color
Monochromatic Colors of #7A0880
Black with #7A0880
Text Example
Text Example
White with #7A0880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0880; }
p { color: rgb(122,8,128); }
H1.HeaderClassName
{
color: #7A0880;
}
.AnyTagClassName
{
color: #7A0880;
}
</style>
background-color css
<style>
a { background-color: #7A0880; }
a { background-color: rgb(122,8,128); }
div.DivClassName
{
background-color: #7A0880;
}
.BgClassName
{
background-color: #7A0880;
}
</style>
border-color css
<style>
span { border-color: #7A0880; }
span { border-color: rgb(122,8,128); }
td.TdClassName
{
border-color: #7A0880;
}
.TagClassName
{
border-color: #7A0880;
}
</style>