Shades of Palatinate Purple #7A2B65
Tints of Palatinate Purple #7A2B65
RGB
CMYK
RGB Variations
Color information
#7A2B65 (or 0x7A2B65) is known color: Palatinate Purple. HEX triplet: 7A, 2B and 65. RGB value is (122,43,101). Sum of RGB (Red+Green+Blue) = 122+43+101=266 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.86% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2B65 is #85D49A. Grayscale: #494949. Windows color (decimal): -8770715 or 6630266. OLE color: 6630266.
HSL color Cylindrical-coordinate representation of color #7A2B65: hue angle of 315.95º 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 #7A2B65 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 43 | 101 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.52 |
| HSL | 315.95º | 0.48% | 0.32% | - |
| HSV(B) | 315.95º | 0.65% | 0.48% | - |
| XYZ | 11.24 | 6.8 | 13.03 | - |
| YUV | 73.23 | 143.67 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 43 | 101 | 0 | 0.65 | 0.17 | 0.52 | 315.95 | 0.48 | 0.32 |
| Hex | 7A | 2B | 65 | 0 | 41 | 11 | 34 | 13C | 30 | 20 |
| Octal | 172 | 53 | 145 | 0 | 101 | 21 | 64 | 474 | 60 | 40 |
| Binary | 1111010 | 101011 | 1100101 | 0 | 1000001 | 10001 | 110100 | 100111100 | 110000 | 100000 |
Color Harmonies of #7A2B65
Complementary color
Monochromatic Colors of #7A2B65
Black with #7A2B65
Text Example
Text Example
White with #7A2B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2B65; }
p { color: rgb(122,43,101); }
H1.HeaderClassName
{
color: #7A2B65;
}
.AnyTagClassName
{
color: #7A2B65;
}
</style>
background-color css
<style>
a { background-color: #7A2B65; }
a { background-color: rgb(122,43,101); }
div.DivClassName
{
background-color: #7A2B65;
}
.BgClassName
{
background-color: #7A2B65;
}
</style>
border-color css
<style>
span { border-color: #7A2B65; }
span { border-color: rgb(122,43,101); }
td.TdClassName
{
border-color: #7A2B65;
}
.TagClassName
{
border-color: #7A2B65;
}
</style>