Shades of Palatinate Purple #7A2A60
Tints of Palatinate Purple #7A2A60
RGB
CMYK
RGB Variations
Color information
#7A2A60 (or 0x7A2A60) is known color: Palatinate Purple. HEX triplet: 7A, 2A and 60. RGB value is (122,42,96). Sum of RGB (Red+Green+Blue) = 122+42+96=260 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.92% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2A60 is #85D59F. Grayscale: #474747. Windows color (decimal): -8770976 or 6302330. OLE color: 6302330.
HSL color Cylindrical-coordinate representation of color #7A2A60: hue angle of 319.5º 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 #7A2A60 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 42 | 96 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.52 |
| HSL | 319.5º | 0.49% | 0.32% | - |
| HSV(B) | 319.5º | 0.66% | 0.48% | - |
| XYZ | 10.97 | 6.64 | 11.77 | - |
| YUV | 72.08 | 141.5 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 42 | 96 | 0 | 0.66 | 0.21 | 0.52 | 319.5 | 0.49 | 0.32 |
| Hex | 7A | 2A | 60 | 0 | 42 | 15 | 34 | 140 | 31 | 20 |
| Octal | 172 | 52 | 140 | 0 | 102 | 25 | 64 | 500 | 61 | 40 |
| Binary | 1111010 | 101010 | 1100000 | 0 | 1000010 | 10101 | 110100 | 101000000 | 110001 | 100000 |
Color Harmonies of #7A2A60
Complementary color
Monochromatic Colors of #7A2A60
Black with #7A2A60
Text Example
Text Example
White with #7A2A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2A60; }
p { color: rgb(122,42,96); }
H1.HeaderClassName
{
color: #7A2A60;
}
.AnyTagClassName
{
color: #7A2A60;
}
</style>
background-color css
<style>
a { background-color: #7A2A60; }
a { background-color: rgb(122,42,96); }
div.DivClassName
{
background-color: #7A2A60;
}
.BgClassName
{
background-color: #7A2A60;
}
</style>
border-color css
<style>
span { border-color: #7A2A60; }
span { border-color: rgb(122,42,96); }
td.TdClassName
{
border-color: #7A2A60;
}
.TagClassName
{
border-color: #7A2A60;
}
</style>