Shades of Purple #7A1780
Tints of Purple #7A1780
RGB
CMYK
RGB Variations
Color information
#7A1780 (or 0x7A1780) is known color: Purple. HEX triplet: 7A, 17 and 80. RGB value is (122,23,128). Sum of RGB (Red+Green+Blue) = 122+23+128=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #7A1780 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1780 is #85E87F. Grayscale: #404040. Windows color (decimal): -8775808 or 8394618. OLE color: 8394618.
HSL color Cylindrical-coordinate representation of color #7A1780: hue angle of 296.57º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A1780 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 23 | 128 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.50 |
| HSL | 296.57º | 0.7% | 0.3% | - |
| HSV(B) | 296.57º | 0.82% | 0.5% | - |
| XYZ | 12.23 | 6.31 | 21 | - |
| YUV | 64.57 | 163.8 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 128 | 0.05 | 0.82 | 0 | 0.50 | 296.57 | 0.7 | 0.3 |
| Hex | 7A | 17 | 80 | 5 | 52 | 0 | 32 | 129 | 46 | 1E |
| Octal | 172 | 27 | 200 | 5 | 122 | 0 | 62 | 451 | 106 | 36 |
| Binary | 1111010 | 10111 | 10000000 | 101 | 1010010 | 0 | 110010 | 100101001 | 1000110 | 11110 |
Color Harmonies of #7A1780
Complementary color
Monochromatic Colors of #7A1780
Black with #7A1780
Text Example
Text Example
White with #7A1780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1780; }
p { color: rgb(122,23,128); }
H1.HeaderClassName
{
color: #7A1780;
}
.AnyTagClassName
{
color: #7A1780;
}
</style>
background-color css
<style>
a { background-color: #7A1780; }
a { background-color: rgb(122,23,128); }
div.DivClassName
{
background-color: #7A1780;
}
.BgClassName
{
background-color: #7A1780;
}
</style>
border-color css
<style>
span { border-color: #7A1780; }
span { border-color: rgb(122,23,128); }
td.TdClassName
{
border-color: #7A1780;
}
.TagClassName
{
border-color: #7A1780;
}
</style>