Shades of Palatinate Purple #7A2A5E
Tints of Palatinate Purple #7A2A5E
RGB
CMYK
RGB Variations
Color information
#7A2A5E (or 0x7A2A5E) is known color: Palatinate Purple. HEX triplet: 7A, 2A and 5E. RGB value is (122,42,94). Sum of RGB (Red+Green+Blue) = 122+42+94=258 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.29% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2A5E is #85D5A1. Grayscale: #474747. Windows color (decimal): -8770978 or 6171258. OLE color: 6171258.
HSL color Cylindrical-coordinate representation of color #7A2A5E: hue angle of 321º 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 #7A2A5E is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 42 | 94 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.52 |
| HSL | 321º | 0.49% | 0.32% | - |
| HSV(B) | 321º | 0.66% | 0.48% | - |
| XYZ | 10.87 | 6.6 | 11.29 | - |
| YUV | 71.85 | 140.5 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 42 | 94 | 0 | 0.66 | 0.23 | 0.52 | 321 | 0.49 | 0.32 |
| Hex | 7A | 2A | 5E | 0 | 42 | 17 | 34 | 141 | 31 | 20 |
| Octal | 172 | 52 | 136 | 0 | 102 | 27 | 64 | 501 | 61 | 40 |
| Binary | 1111010 | 101010 | 1011110 | 0 | 1000010 | 10111 | 110100 | 101000001 | 110001 | 100000 |
Color Harmonies of #7A2A5E
Complementary color
Monochromatic Colors of #7A2A5E
Black with #7A2A5E
Text Example
Text Example
White with #7A2A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2A5E; }
p { color: rgb(122,42,94); }
H1.HeaderClassName
{
color: #7A2A5E;
}
.AnyTagClassName
{
color: #7A2A5E;
}
</style>
background-color css
<style>
a { background-color: #7A2A5E; }
a { background-color: rgb(122,42,94); }
div.DivClassName
{
background-color: #7A2A5E;
}
.BgClassName
{
background-color: #7A2A5E;
}
</style>
border-color css
<style>
span { border-color: #7A2A5E; }
span { border-color: rgb(122,42,94); }
td.TdClassName
{
border-color: #7A2A5E;
}
.TagClassName
{
border-color: #7A2A5E;
}
</style>