Shades of Dark Purple #7A2A77
Tints of Dark Purple #7A2A77
RGB
CMYK
RGB Variations
Color information
#7A2A77 (or 0x7A2A77) is known color: Dark Purple. HEX triplet: 7A, 2A and 77. RGB value is (122,42,119). Sum of RGB (Red+Green+Blue) = 122+42+119=283 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.11% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2A77 is #85D588. Grayscale: #4A4A4A. Windows color (decimal): -8770953 or 7809658. OLE color: 7809658.
HSL color Cylindrical-coordinate representation of color #7A2A77: hue angle of 302.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A2A77 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 42 | 119 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.52 |
| HSL | 302.25º | 0.49% | 0.32% | - |
| HSV(B) | 302.25º | 0.66% | 0.48% | - |
| XYZ | 12.18 | 7.13 | 18.19 | - |
| YUV | 74.7 | 153 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 42 | 119 | 0 | 0.66 | 0.02 | 0.52 | 302.25 | 0.49 | 0.32 |
| Hex | 7A | 2A | 77 | 0 | 42 | 2 | 34 | 12E | 31 | 20 |
| Octal | 172 | 52 | 167 | 0 | 102 | 2 | 64 | 456 | 61 | 40 |
| Binary | 1111010 | 101010 | 1110111 | 0 | 1000010 | 10 | 110100 | 100101110 | 110001 | 100000 |
Color Harmonies of #7A2A77
Complementary color
Monochromatic Colors of #7A2A77
Black with #7A2A77
Text Example
Text Example
White with #7A2A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2A77; }
p { color: rgb(122,42,119); }
H1.HeaderClassName
{
color: #7A2A77;
}
.AnyTagClassName
{
color: #7A2A77;
}
</style>
background-color css
<style>
a { background-color: #7A2A77; }
a { background-color: rgb(122,42,119); }
div.DivClassName
{
background-color: #7A2A77;
}
.BgClassName
{
background-color: #7A2A77;
}
</style>
border-color css
<style>
span { border-color: #7A2A77; }
span { border-color: rgb(122,42,119); }
td.TdClassName
{
border-color: #7A2A77;
}
.TagClassName
{
border-color: #7A2A77;
}
</style>