Shades of Purple #7A0470
Tints of Purple #7A0470
RGB
CMYK
RGB Variations
Color information
#7A0470 (or 0x7A0470) is known color: Purple. HEX triplet: 7A, 04 and 70. RGB value is (122,4,112). Sum of RGB (Red+Green+Blue) = 122+4+112=238 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.26% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0470 is #85FB8F. Grayscale: #333333. Windows color (decimal): -8780688 or 7341178. OLE color: 7341178.
HSL color Cylindrical-coordinate representation of color #7A0470: hue angle of 305.08º 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 #7A0470 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 4 | 112 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.52 |
| HSL | 305.08º | 0.94% | 0.25% | - |
| HSV(B) | 305.08º | 0.97% | 0.48% | - |
| XYZ | 10.99 | 5.39 | 15.79 | - |
| YUV | 51.59 | 162.09 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 4 | 112 | 0 | 0.97 | 0.08 | 0.52 | 305.08 | 0.94 | 0.25 |
| Hex | 7A | 4 | 70 | 0 | 61 | 8 | 34 | 131 | 5E | 19 |
| Octal | 172 | 4 | 160 | 0 | 141 | 10 | 64 | 461 | 136 | 31 |
| Binary | 1111010 | 100 | 1110000 | 0 | 1100001 | 1000 | 110100 | 100110001 | 1011110 | 11001 |
Color Harmonies of #7A0470
Complementary color
Monochromatic Colors of #7A0470
Black with #7A0470
Text Example
Text Example
White with #7A0470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0470; }
p { color: rgb(122,4,112); }
H1.HeaderClassName
{
color: #7A0470;
}
.AnyTagClassName
{
color: #7A0470;
}
</style>
background-color css
<style>
a { background-color: #7A0470; }
a { background-color: rgb(122,4,112); }
div.DivClassName
{
background-color: #7A0470;
}
.BgClassName
{
background-color: #7A0470;
}
</style>
border-color css
<style>
span { border-color: #7A0470; }
span { border-color: rgb(122,4,112); }
td.TdClassName
{
border-color: #7A0470;
}
.TagClassName
{
border-color: #7A0470;
}
</style>