Shades of Dark Purple #7A2079
Tints of Dark Purple #7A2079
RGB
CMYK
RGB Variations
Color information
#7A2079 (or 0x7A2079) is known color: Dark Purple. HEX triplet: 7A, 20 and 79. RGB value is (122,32,121). Sum of RGB (Red+Green+Blue) = 122+32+121=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2079 is #85DF86. Grayscale: #444444. Windows color (decimal): -8773511 or 7938170. OLE color: 7938170.
HSL color Cylindrical-coordinate representation of color #7A2079: hue angle of 300.67º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A2079 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 32 | 121 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.52 |
| HSL | 300.67º | 0.58% | 0.3% | - |
| HSV(B) | 300.67º | 0.74% | 0.48% | - |
| XYZ | 11.99 | 6.55 | 18.72 | - |
| YUV | 69.06 | 157.32 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 32 | 121 | 0 | 0.74 | 0.01 | 0.52 | 300.67 | 0.58 | 0.3 |
| Hex | 7A | 20 | 79 | 0 | 4A | 1 | 34 | 12D | 3A | 1E |
| Octal | 172 | 40 | 171 | 0 | 112 | 1 | 64 | 455 | 72 | 36 |
| Binary | 1111010 | 100000 | 1111001 | 0 | 1001010 | 1 | 110100 | 100101101 | 111010 | 11110 |
Color Harmonies of #7A2079
Complementary color
Monochromatic Colors of #7A2079
Black with #7A2079
Text Example
Text Example
White with #7A2079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2079; }
p { color: rgb(122,32,121); }
H1.HeaderClassName
{
color: #7A2079;
}
.AnyTagClassName
{
color: #7A2079;
}
</style>
background-color css
<style>
a { background-color: #7A2079; }
a { background-color: rgb(122,32,121); }
div.DivClassName
{
background-color: #7A2079;
}
.BgClassName
{
background-color: #7A2079;
}
</style>
border-color css
<style>
span { border-color: #7A2079; }
span { border-color: rgb(122,32,121); }
td.TdClassName
{
border-color: #7A2079;
}
.TagClassName
{
border-color: #7A2079;
}
</style>