Shades of Palatinate Purple #5A1A60
Tints of Palatinate Purple #5A1A60
RGB
CMYK
RGB Variations
Color information
#5A1A60 (or 0x5A1A60) is known color: Palatinate Purple. HEX triplet: 5A, 1A and 60. RGB value is (90,26,96). Sum of RGB (Red+Green+Blue) = 90+26+96=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A1A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1A60 is #A5E59F. Grayscale: #343434. Windows color (decimal): -10872224 or 6298202. OLE color: 6298202.
HSL color Cylindrical-coordinate representation of color #5A1A60: hue angle of 294.86º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A1A60 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 26 | 96 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.62 |
| HSL | 294.86º | 0.57% | 0.24% | - |
| HSV(B) | 294.86º | 0.73% | 0.38% | - |
| XYZ | 6.7 | 3.76 | 11.44 | - |
| YUV | 53.12 | 152.2 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 26 | 96 | 0.06 | 0.73 | 0 | 0.62 | 294.86 | 0.57 | 0.24 |
| Hex | 5A | 1A | 60 | 6 | 49 | 0 | 3E | 127 | 39 | 18 |
| Octal | 132 | 32 | 140 | 6 | 111 | 0 | 76 | 447 | 71 | 30 |
| Binary | 1011010 | 11010 | 1100000 | 110 | 1001001 | 0 | 111110 | 100100111 | 111001 | 11000 |
Color Harmonies of #5A1A60
Complementary color
Monochromatic Colors of #5A1A60
Black with #5A1A60
Text Example
Text Example
White with #5A1A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1A60; }
p { color: rgb(90,26,96); }
H1.HeaderClassName
{
color: #5A1A60;
}
.AnyTagClassName
{
color: #5A1A60;
}
</style>
background-color css
<style>
a { background-color: #5A1A60; }
a { background-color: rgb(90,26,96); }
div.DivClassName
{
background-color: #5A1A60;
}
.BgClassName
{
background-color: #5A1A60;
}
</style>
border-color css
<style>
span { border-color: #5A1A60; }
span { border-color: rgb(90,26,96); }
td.TdClassName
{
border-color: #5A1A60;
}
.TagClassName
{
border-color: #5A1A60;
}
</style>