Shades of Purple #7A0471
Tints of Purple #7A0471
RGB
CMYK
RGB Variations
Color information
#7A0471 (or 0x7A0471) is known color: Purple. HEX triplet: 7A, 04 and 71. RGB value is (122,4,113). Sum of RGB (Red+Green+Blue) = 122+4+113=239 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.05% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0471 is #85FB8E. Grayscale: #333333. Windows color (decimal): -8780687 or 7406714. OLE color: 7406714.
HSL color Cylindrical-coordinate representation of color #7A0471: hue angle of 304.58º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A0471 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 4 | 113 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.52 |
| HSL | 304.58º | 0.94% | 0.25% | - |
| HSV(B) | 304.58º | 0.97% | 0.48% | - |
| XYZ | 11.05 | 5.42 | 16.09 | - |
| YUV | 51.71 | 162.59 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 4 | 113 | 0 | 0.97 | 0.07 | 0.52 | 304.58 | 0.94 | 0.25 |
| Hex | 7A | 4 | 71 | 0 | 61 | 7 | 34 | 131 | 5E | 19 |
| Octal | 172 | 4 | 161 | 0 | 141 | 7 | 64 | 461 | 136 | 31 |
| Binary | 1111010 | 100 | 1110001 | 0 | 1100001 | 111 | 110100 | 100110001 | 1011110 | 11001 |
Color Harmonies of #7A0471
Complementary color
Monochromatic Colors of #7A0471
Black with #7A0471
Text Example
Text Example
White with #7A0471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0471; }
p { color: rgb(122,4,113); }
H1.HeaderClassName
{
color: #7A0471;
}
.AnyTagClassName
{
color: #7A0471;
}
</style>
background-color css
<style>
a { background-color: #7A0471; }
a { background-color: rgb(122,4,113); }
div.DivClassName
{
background-color: #7A0471;
}
.BgClassName
{
background-color: #7A0471;
}
</style>
border-color css
<style>
span { border-color: #7A0471; }
span { border-color: rgb(122,4,113); }
td.TdClassName
{
border-color: #7A0471;
}
.TagClassName
{
border-color: #7A0471;
}
</style>