Shades of Palatinate Purple #7A2E60
Tints of Palatinate Purple #7A2E60
RGB
CMYK
RGB Variations
Color information
#7A2E60 (or 0x7A2E60) is known color: Palatinate Purple. HEX triplet: 7A, 2E and 60. RGB value is (122,46,96). Sum of RGB (Red+Green+Blue) = 122+46+96=264 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.21% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2E60 is #85D19F. Grayscale: #4A4A4A. Windows color (decimal): -8769952 or 6303354. OLE color: 6303354.
HSL color Cylindrical-coordinate representation of color #7A2E60: hue angle of 320.53º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A2E60 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 46 | 96 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.52 |
| HSL | 320.53º | 0.45% | 0.33% | - |
| HSV(B) | 320.53º | 0.62% | 0.48% | - |
| XYZ | 11.11 | 6.94 | 11.82 | - |
| YUV | 74.42 | 140.18 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 46 | 96 | 0 | 0.62 | 0.21 | 0.52 | 320.53 | 0.45 | 0.33 |
| Hex | 7A | 2E | 60 | 0 | 3E | 15 | 34 | 141 | 2D | 21 |
| Octal | 172 | 56 | 140 | 0 | 76 | 25 | 64 | 501 | 55 | 41 |
| Binary | 1111010 | 101110 | 1100000 | 0 | 111110 | 10101 | 110100 | 101000001 | 101101 | 100001 |
Color Harmonies of #7A2E60
Complementary color
Monochromatic Colors of #7A2E60
Black with #7A2E60
Text Example
Text Example
White with #7A2E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2E60; }
p { color: rgb(122,46,96); }
H1.HeaderClassName
{
color: #7A2E60;
}
.AnyTagClassName
{
color: #7A2E60;
}
</style>
background-color css
<style>
a { background-color: #7A2E60; }
a { background-color: rgb(122,46,96); }
div.DivClassName
{
background-color: #7A2E60;
}
.BgClassName
{
background-color: #7A2E60;
}
</style>
border-color css
<style>
span { border-color: #7A2E60; }
span { border-color: rgb(122,46,96); }
td.TdClassName
{
border-color: #7A2E60;
}
.TagClassName
{
border-color: #7A2E60;
}
</style>