Shades of Palatinate Purple #7A1A60
Tints of Palatinate Purple #7A1A60
RGB
CMYK
RGB Variations
Color information
#7A1A60 (or 0x7A1A60) is known color: Palatinate Purple. HEX triplet: 7A, 1A and 60. RGB value is (122,26,96). Sum of RGB (Red+Green+Blue) = 122+26+96=244 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A1A60 is #85E59F. Grayscale: #3E3E3E. Windows color (decimal): -8775072 or 6298234. OLE color: 6298234.
HSL color Cylindrical-coordinate representation of color #7A1A60: hue angle of 316.25º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A1A60 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 26 | 96 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.52 |
| HSL | 316.25º | 0.65% | 0.29% | - |
| HSV(B) | 316.25º | 0.79% | 0.48% | - |
| XYZ | 10.51 | 5.72 | 11.62 | - |
| YUV | 62.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 26 | 96 | 0 | 0.79 | 0.21 | 0.52 | 316.25 | 0.65 | 0.29 |
| Hex | 7A | 1A | 60 | 0 | 4F | 15 | 34 | 13C | 41 | 1D |
| Octal | 172 | 32 | 140 | 0 | 117 | 25 | 64 | 474 | 101 | 35 |
| Binary | 1111010 | 11010 | 1100000 | 0 | 1001111 | 10101 | 110100 | 100111100 | 1000001 | 11101 |
Color Harmonies of #7A1A60
Complementary color
Monochromatic Colors of #7A1A60
Black with #7A1A60
Text Example
Text Example
White with #7A1A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1A60; }
p { color: rgb(122,26,96); }
H1.HeaderClassName
{
color: #7A1A60;
}
.AnyTagClassName
{
color: #7A1A60;
}
</style>
background-color css
<style>
a { background-color: #7A1A60; }
a { background-color: rgb(122,26,96); }
div.DivClassName
{
background-color: #7A1A60;
}
.BgClassName
{
background-color: #7A1A60;
}
</style>
border-color css
<style>
span { border-color: #7A1A60; }
span { border-color: rgb(122,26,96); }
td.TdClassName
{
border-color: #7A1A60;
}
.TagClassName
{
border-color: #7A1A60;
}
</style>