Shades of Palatinate Purple #7A1360
Tints of Palatinate Purple #7A1360
RGB
CMYK
RGB Variations
Color information
#7A1360 (or 0x7A1360) is known color: Palatinate Purple. HEX triplet: 7A, 13 and 60. RGB value is (122,19,96). Sum of RGB (Red+Green+Blue) = 122+19+96=237 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.48% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1360 is #85EC9F. Grayscale: #3A3A3A. Windows color (decimal): -8776864 or 6296442. OLE color: 6296442.
HSL color Cylindrical-coordinate representation of color #7A1360: hue angle of 315.15º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A1360 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 19 | 96 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.52 |
| HSL | 315.15º | 0.73% | 0.28% | - |
| HSV(B) | 315.15º | 0.84% | 0.48% | - |
| XYZ | 10.37 | 5.45 | 11.57 | - |
| YUV | 58.58 | 149.12 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 19 | 96 | 0 | 0.84 | 0.21 | 0.52 | 315.15 | 0.73 | 0.28 |
| Hex | 7A | 13 | 60 | 0 | 54 | 15 | 34 | 13B | 49 | 1C |
| Octal | 172 | 23 | 140 | 0 | 124 | 25 | 64 | 473 | 111 | 34 |
| Binary | 1111010 | 10011 | 1100000 | 0 | 1010100 | 10101 | 110100 | 100111011 | 1001001 | 11100 |
Color Harmonies of #7A1360
Complementary color
Monochromatic Colors of #7A1360
Black with #7A1360
Text Example
Text Example
White with #7A1360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1360; }
p { color: rgb(122,19,96); }
H1.HeaderClassName
{
color: #7A1360;
}
.AnyTagClassName
{
color: #7A1360;
}
</style>
background-color css
<style>
a { background-color: #7A1360; }
a { background-color: rgb(122,19,96); }
div.DivClassName
{
background-color: #7A1360;
}
.BgClassName
{
background-color: #7A1360;
}
</style>
border-color css
<style>
span { border-color: #7A1360; }
span { border-color: rgb(122,19,96); }
td.TdClassName
{
border-color: #7A1360;
}
.TagClassName
{
border-color: #7A1360;
}
</style>