Shades of Purple #7A0779
Tints of Purple #7A0779
RGB
CMYK
RGB Variations
Color information
#7A0779 (or 0x7A0779) is known color: Purple. HEX triplet: 7A, 07 and 79. RGB value is (122,7,121). Sum of RGB (Red+Green+Blue) = 122+7+121=250 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.8% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0779 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0779 is #85F886. Grayscale: #363636. Windows color (decimal): -8779911 or 7931770. OLE color: 7931770.
HSL color Cylindrical-coordinate representation of color #7A0779: hue angle of 300.52º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0779 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 7 | 121 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.52 |
| HSL | 300.52º | 0.89% | 0.25% | - |
| HSV(B) | 300.52º | 0.94% | 0.48% | - |
| XYZ | 11.55 | 5.67 | 18.57 | - |
| YUV | 54.38 | 165.6 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 121 | 0 | 0.94 | 0.01 | 0.52 | 300.52 | 0.89 | 0.25 |
| Hex | 7A | 7 | 79 | 0 | 5E | 1 | 34 | 12D | 59 | 19 |
| Octal | 172 | 7 | 171 | 0 | 136 | 1 | 64 | 455 | 131 | 31 |
| Binary | 1111010 | 111 | 1111001 | 0 | 1011110 | 1 | 110100 | 100101101 | 1011001 | 11001 |
Color Harmonies of #7A0779
Complementary color
Monochromatic Colors of #7A0779
Black with #7A0779
Text Example
Text Example
White with #7A0779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0779; }
p { color: rgb(122,7,121); }
H1.HeaderClassName
{
color: #7A0779;
}
.AnyTagClassName
{
color: #7A0779;
}
</style>
background-color css
<style>
a { background-color: #7A0779; }
a { background-color: rgb(122,7,121); }
div.DivClassName
{
background-color: #7A0779;
}
.BgClassName
{
background-color: #7A0779;
}
</style>
border-color css
<style>
span { border-color: #7A0779; }
span { border-color: rgb(122,7,121); }
td.TdClassName
{
border-color: #7A0779;
}
.TagClassName
{
border-color: #7A0779;
}
</style>