Shades of Purple #7A1680
Tints of Purple #7A1680
RGB
CMYK
RGB Variations
Color information
#7A1680 (or 0x7A1680) is known color: Purple. HEX triplet: 7A, 16 and 80. RGB value is (122,22,128). Sum of RGB (Red+Green+Blue) = 122+22+128=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 128 - color contains mainly: blue. Hex color #7A1680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1680 is #85E97F. Grayscale: #3F3F3F. Windows color (decimal): -8776064 or 8394362. OLE color: 8394362.
HSL color Cylindrical-coordinate representation of color #7A1680: hue angle of 296.6º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A1680 is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 22 | 128 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.50 |
| HSL | 296.6º | 0.71% | 0.29% | - |
| HSV(B) | 296.6º | 0.83% | 0.5% | - |
| XYZ | 12.21 | 6.27 | 20.99 | - |
| YUV | 63.98 | 164.13 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 128 | 0.05 | 0.83 | 0 | 0.50 | 296.6 | 0.71 | 0.29 |
| Hex | 7A | 16 | 80 | 5 | 53 | 0 | 32 | 129 | 47 | 1D |
| Octal | 172 | 26 | 200 | 5 | 123 | 0 | 62 | 451 | 107 | 35 |
| Binary | 1111010 | 10110 | 10000000 | 101 | 1010011 | 0 | 110010 | 100101001 | 1000111 | 11101 |
Color Harmonies of #7A1680
Complementary color
Monochromatic Colors of #7A1680
Black with #7A1680
Text Example
Text Example
White with #7A1680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1680; }
p { color: rgb(122,22,128); }
H1.HeaderClassName
{
color: #7A1680;
}
.AnyTagClassName
{
color: #7A1680;
}
</style>
background-color css
<style>
a { background-color: #7A1680; }
a { background-color: rgb(122,22,128); }
div.DivClassName
{
background-color: #7A1680;
}
.BgClassName
{
background-color: #7A1680;
}
</style>
border-color css
<style>
span { border-color: #7A1680; }
span { border-color: rgb(122,22,128); }
td.TdClassName
{
border-color: #7A1680;
}
.TagClassName
{
border-color: #7A1680;
}
</style>