Shades of Palatinate Purple #7A2A65
Tints of Palatinate Purple #7A2A65
RGB
CMYK
RGB Variations
Color information
#7A2A65 (or 0x7A2A65) is known color: Palatinate Purple. HEX triplet: 7A, 2A and 65. RGB value is (122,42,101). Sum of RGB (Red+Green+Blue) = 122+42+101=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2A65 is #85D59A. Grayscale: #484848. Windows color (decimal): -8770971 or 6630010. OLE color: 6630010.
HSL color Cylindrical-coordinate representation of color #7A2A65: hue angle of 315.75º 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 #7A2A65 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 42 | 101 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.52 |
| HSL | 315.75º | 0.49% | 0.32% | - |
| HSV(B) | 315.75º | 0.66% | 0.48% | - |
| XYZ | 11.2 | 6.73 | 13.02 | - |
| YUV | 72.65 | 144 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 42 | 101 | 0 | 0.66 | 0.17 | 0.52 | 315.75 | 0.49 | 0.32 |
| Hex | 7A | 2A | 65 | 0 | 42 | 11 | 34 | 13C | 31 | 20 |
| Octal | 172 | 52 | 145 | 0 | 102 | 21 | 64 | 474 | 61 | 40 |
| Binary | 1111010 | 101010 | 1100101 | 0 | 1000010 | 10001 | 110100 | 100111100 | 110001 | 100000 |
Color Harmonies of #7A2A65
Complementary color
Monochromatic Colors of #7A2A65
Black with #7A2A65
Text Example
Text Example
White with #7A2A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2A65; }
p { color: rgb(122,42,101); }
H1.HeaderClassName
{
color: #7A2A65;
}
.AnyTagClassName
{
color: #7A2A65;
}
</style>
background-color css
<style>
a { background-color: #7A2A65; }
a { background-color: rgb(122,42,101); }
div.DivClassName
{
background-color: #7A2A65;
}
.BgClassName
{
background-color: #7A2A65;
}
</style>
border-color css
<style>
span { border-color: #7A2A65; }
span { border-color: rgb(122,42,101); }
td.TdClassName
{
border-color: #7A2A65;
}
.TagClassName
{
border-color: #7A2A65;
}
</style>