Shades of Purple #7A0072
Tints of Purple #7A0072
RGB
CMYK
RGB Variations
Color information
#7A0072 (or 0x7A0072) is known color: Purple. HEX triplet: 7A, 00 and 72. RGB value is (122,0,114). Sum of RGB (Red+Green+Blue) = 122+0+114=236 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.69% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0072 is #85FF8D. Grayscale: #313131. Windows color (decimal): -8781710 or 7471226. OLE color: 7471226.
HSL color Cylindrical-coordinate representation of color #7A0072: hue angle of 303.93º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A0072 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.07 | 0.52 |
| HSL | 303.93º | 1% | 0.24% | - |
| HSV(B) | 303.93º | 1% | 0.48% | - |
| XYZ | 11.06 | 5.35 | 16.37 | - |
| YUV | 49.47 | 164.42 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 0 | 114 | 0 | 1 | 0.07 | 0.52 | 303.93 | 1 | 0.24 |
| Hex | 7A | 0 | 72 | 0 | 64 | 7 | 34 | 130 | 64 | 18 |
| Octal | 172 | 0 | 162 | 0 | 144 | 7 | 64 | 460 | 144 | 30 |
| Binary | 1111010 | 0 | 1110010 | 0 | 1100100 | 111 | 110100 | 100110000 | 1100100 | 11000 |
Color Harmonies of #7A0072
Complementary color
Monochromatic Colors of #7A0072
Black with #7A0072
Text Example
Text Example
White with #7A0072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0072; }
p { color: rgb(122,0,114); }
H1.HeaderClassName
{
color: #7A0072;
}
.AnyTagClassName
{
color: #7A0072;
}
</style>
background-color css
<style>
a { background-color: #7A0072; }
a { background-color: rgb(122,0,114); }
div.DivClassName
{
background-color: #7A0072;
}
.BgClassName
{
background-color: #7A0072;
}
</style>
border-color css
<style>
span { border-color: #7A0072; }
span { border-color: rgb(122,0,114); }
td.TdClassName
{
border-color: #7A0072;
}
.TagClassName
{
border-color: #7A0072;
}
</style>