Shades of Purple #7A0079
Tints of Purple #7A0079
RGB
CMYK
RGB Variations
Color information
#7A0079 (or 0x7A0079) is known color: Purple. HEX triplet: 7A, 00 and 79. RGB value is (122,0,121). Sum of RGB (Red+Green+Blue) = 122+0+121=243 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.21% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0079 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0079 is #85FF86. Grayscale: #313131. Windows color (decimal): -8781703 or 7929978. OLE color: 7929978.
HSL color Cylindrical-coordinate representation of color #7A0079: hue angle of 300.49º 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 #7A0079 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.01 | 0.52 |
| HSL | 300.49º | 1% | 0.24% | - |
| HSV(B) | 300.49º | 1% | 0.48% | - |
| XYZ | 11.48 | 5.52 | 18.55 | - |
| YUV | 50.27 | 167.92 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 0 | 121 | 0 | 1 | 0.01 | 0.52 | 300.49 | 1 | 0.24 |
| Hex | 7A | 0 | 79 | 0 | 64 | 1 | 34 | 12C | 64 | 18 |
| Octal | 172 | 0 | 171 | 0 | 144 | 1 | 64 | 454 | 144 | 30 |
| Binary | 1111010 | 0 | 1111001 | 0 | 1100100 | 1 | 110100 | 100101100 | 1100100 | 11000 |
Color Harmonies of #7A0079
Complementary color
Monochromatic Colors of #7A0079
Black with #7A0079
Text Example
Text Example
White with #7A0079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0079; }
p { color: rgb(122,0,121); }
H1.HeaderClassName
{
color: #7A0079;
}
.AnyTagClassName
{
color: #7A0079;
}
</style>
background-color css
<style>
a { background-color: #7A0079; }
a { background-color: rgb(122,0,121); }
div.DivClassName
{
background-color: #7A0079;
}
.BgClassName
{
background-color: #7A0079;
}
</style>
border-color css
<style>
span { border-color: #7A0079; }
span { border-color: rgb(122,0,121); }
td.TdClassName
{
border-color: #7A0079;
}
.TagClassName
{
border-color: #7A0079;
}
</style>