Shades of Palatinate Purple #7A2B64
Tints of Palatinate Purple #7A2B64
RGB
CMYK
RGB Variations
Color information
#7A2B64 (or 0x7A2B64) is known color: Palatinate Purple. HEX triplet: 7A, 2B and 64. RGB value is (122,43,100). Sum of RGB (Red+Green+Blue) = 122+43+100=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2B64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2B64 is #85D49B. Grayscale: #484848. Windows color (decimal): -8770716 or 6564730. OLE color: 6564730.
HSL color Cylindrical-coordinate representation of color #7A2B64: hue angle of 316.71º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A2B64 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 43 | 100 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.52 |
| HSL | 316.71º | 0.48% | 0.32% | - |
| HSV(B) | 316.71º | 0.65% | 0.48% | - |
| XYZ | 11.19 | 6.79 | 12.78 | - |
| YUV | 73.12 | 143.17 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 43 | 100 | 0 | 0.65 | 0.18 | 0.52 | 316.71 | 0.48 | 0.32 |
| Hex | 7A | 2B | 64 | 0 | 41 | 12 | 34 | 13D | 30 | 20 |
| Octal | 172 | 53 | 144 | 0 | 101 | 22 | 64 | 475 | 60 | 40 |
| Binary | 1111010 | 101011 | 1100100 | 0 | 1000001 | 10010 | 110100 | 100111101 | 110000 | 100000 |
Color Harmonies of #7A2B64
Complementary color
Monochromatic Colors of #7A2B64
Black with #7A2B64
Text Example
Text Example
White with #7A2B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2B64; }
p { color: rgb(122,43,100); }
H1.HeaderClassName
{
color: #7A2B64;
}
.AnyTagClassName
{
color: #7A2B64;
}
</style>
background-color css
<style>
a { background-color: #7A2B64; }
a { background-color: rgb(122,43,100); }
div.DivClassName
{
background-color: #7A2B64;
}
.BgClassName
{
background-color: #7A2B64;
}
</style>
border-color css
<style>
span { border-color: #7A2B64; }
span { border-color: rgb(122,43,100); }
td.TdClassName
{
border-color: #7A2B64;
}
.TagClassName
{
border-color: #7A2B64;
}
</style>