Shades of Purple #7A1076
Tints of Purple #7A1076
RGB
CMYK
RGB Variations
Color information
#7A1076 (or 0x7A1076) is known color: Purple. HEX triplet: 7A, 10 and 76. RGB value is (122,16,118). Sum of RGB (Red+Green+Blue) = 122+16+118=256 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.66% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1076 is #85EF89. Grayscale: #3B3B3B. Windows color (decimal): -8777610 or 7737466. OLE color: 7737466.
HSL color Cylindrical-coordinate representation of color #7A1076: hue angle of 302.26º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A1076 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 16 | 118 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.52 |
| HSL | 302.26º | 0.77% | 0.27% | - |
| HSV(B) | 302.26º | 0.87% | 0.48% | - |
| XYZ | 11.48 | 5.82 | 17.66 | - |
| YUV | 59.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 16 | 118 | 0 | 0.87 | 0.03 | 0.52 | 302.26 | 0.77 | 0.27 |
| Hex | 7A | 10 | 76 | 0 | 57 | 3 | 34 | 12E | 4D | 1B |
| Octal | 172 | 20 | 166 | 0 | 127 | 3 | 64 | 456 | 115 | 33 |
| Binary | 1111010 | 10000 | 1110110 | 0 | 1010111 | 11 | 110100 | 100101110 | 1001101 | 11011 |
Color Harmonies of #7A1076
Complementary color
Monochromatic Colors of #7A1076
Black with #7A1076
Text Example
Text Example
White with #7A1076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1076; }
p { color: rgb(122,16,118); }
H1.HeaderClassName
{
color: #7A1076;
}
.AnyTagClassName
{
color: #7A1076;
}
</style>
background-color css
<style>
a { background-color: #7A1076; }
a { background-color: rgb(122,16,118); }
div.DivClassName
{
background-color: #7A1076;
}
.BgClassName
{
background-color: #7A1076;
}
</style>
border-color css
<style>
span { border-color: #7A1076; }
span { border-color: rgb(122,16,118); }
td.TdClassName
{
border-color: #7A1076;
}
.TagClassName
{
border-color: #7A1076;
}
</style>