Shades of Palatinate Purple #7A2B69
Tints of Palatinate Purple #7A2B69
RGB
CMYK
RGB Variations
Color information
#7A2B69 (or 0x7A2B69) is known color: Palatinate Purple. HEX triplet: 7A, 2B and 69. RGB value is (122,43,105). Sum of RGB (Red+Green+Blue) = 122+43+105=270 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.19% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2B69 is #85D496. Grayscale: #494949. Windows color (decimal): -8770711 or 6892410. OLE color: 6892410.
HSL color Cylindrical-coordinate representation of color #7A2B69: hue angle of 312.91º 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 #7A2B69 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 43 | 105 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.52 |
| HSL | 312.91º | 0.48% | 0.32% | - |
| HSV(B) | 312.91º | 0.65% | 0.48% | - |
| XYZ | 11.44 | 6.89 | 14.09 | - |
| YUV | 73.69 | 145.67 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 43 | 105 | 0 | 0.65 | 0.14 | 0.52 | 312.91 | 0.48 | 0.32 |
| Hex | 7A | 2B | 69 | 0 | 41 | E | 34 | 139 | 30 | 20 |
| Octal | 172 | 53 | 151 | 0 | 101 | 16 | 64 | 471 | 60 | 40 |
| Binary | 1111010 | 101011 | 1101001 | 0 | 1000001 | 1110 | 110100 | 100111001 | 110000 | 100000 |
Color Harmonies of #7A2B69
Complementary color
Monochromatic Colors of #7A2B69
Black with #7A2B69
Text Example
Text Example
White with #7A2B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2B69; }
p { color: rgb(122,43,105); }
H1.HeaderClassName
{
color: #7A2B69;
}
.AnyTagClassName
{
color: #7A2B69;
}
</style>
background-color css
<style>
a { background-color: #7A2B69; }
a { background-color: rgb(122,43,105); }
div.DivClassName
{
background-color: #7A2B69;
}
.BgClassName
{
background-color: #7A2B69;
}
</style>
border-color css
<style>
span { border-color: #7A2B69; }
span { border-color: rgb(122,43,105); }
td.TdClassName
{
border-color: #7A2B69;
}
.TagClassName
{
border-color: #7A2B69;
}
</style>