Shades of Purple #7A1179
Tints of Purple #7A1179
RGB
CMYK
RGB Variations
Color information
#7A1179 (or 0x7A1179) is known color: Purple. HEX triplet: 7A, 11 and 79. RGB value is (122,17,121). Sum of RGB (Red+Green+Blue) = 122+17+121=260 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.92% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1179 is #85EE86. Grayscale: #3B3B3B. Windows color (decimal): -8777351 or 7934330. OLE color: 7934330.
HSL color Cylindrical-coordinate representation of color #7A1179: hue angle of 300.57º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A1179 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 17 | 121 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.52 |
| HSL | 300.57º | 0.76% | 0.27% | - |
| HSV(B) | 300.57º | 0.86% | 0.48% | - |
| XYZ | 11.68 | 5.92 | 18.62 | - |
| YUV | 60.25 | 162.29 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 17 | 121 | 0 | 0.86 | 0.01 | 0.52 | 300.57 | 0.76 | 0.27 |
| Hex | 7A | 11 | 79 | 0 | 56 | 1 | 34 | 12D | 4C | 1B |
| Octal | 172 | 21 | 171 | 0 | 126 | 1 | 64 | 455 | 114 | 33 |
| Binary | 1111010 | 10001 | 1111001 | 0 | 1010110 | 1 | 110100 | 100101101 | 1001100 | 11011 |
Color Harmonies of #7A1179
Complementary color
Monochromatic Colors of #7A1179
Black with #7A1179
Text Example
Text Example
White with #7A1179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1179; }
p { color: rgb(122,17,121); }
H1.HeaderClassName
{
color: #7A1179;
}
.AnyTagClassName
{
color: #7A1179;
}
</style>
background-color css
<style>
a { background-color: #7A1179; }
a { background-color: rgb(122,17,121); }
div.DivClassName
{
background-color: #7A1179;
}
.BgClassName
{
background-color: #7A1179;
}
</style>
border-color css
<style>
span { border-color: #7A1179; }
span { border-color: rgb(122,17,121); }
td.TdClassName
{
border-color: #7A1179;
}
.TagClassName
{
border-color: #7A1179;
}
</style>