Shades of Palatinate Purple #5A0060
Tints of Palatinate Purple #5A0060
RGB
CMYK
RGB Variations
Color information
#5A0060 (or 0x5A0060) is known color: Palatinate Purple. HEX triplet: 5A, 00 and 60. RGB value is (90,0,96). Sum of RGB (Red+Green+Blue) = 90+0+96=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A0060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0060 is #A5FF9F. Grayscale: #252525. Windows color (decimal): -10878880 or 6291546. OLE color: 6291546.
HSL color Cylindrical-coordinate representation of color #5A0060: hue angle of 296.25º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A0060 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 0 | 96 | - |
| CMYK | 0.06 | 1 | 0 | 0.62 |
| HSL | 296.25º | 1% | 0.19% | - |
| HSV(B) | 296.25º | 1% | 0.38% | - |
| XYZ | 6.33 | 3.02 | 11.32 | - |
| YUV | 37.85 | 160.82 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 96 | 0.06 | 1 | 0 | 0.62 | 296.25 | 1 | 0.19 |
| Hex | 5A | 0 | 60 | 6 | 64 | 0 | 3E | 128 | 64 | 13 |
| Octal | 132 | 0 | 140 | 6 | 144 | 0 | 76 | 450 | 144 | 23 |
| Binary | 1011010 | 0 | 1100000 | 110 | 1100100 | 0 | 111110 | 100101000 | 1100100 | 10011 |
Color Harmonies of #5A0060
Complementary color
Monochromatic Colors of #5A0060
Black with #5A0060
Text Example
Text Example
White with #5A0060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0060; }
p { color: rgb(90,0,96); }
H1.HeaderClassName
{
color: #5A0060;
}
.AnyTagClassName
{
color: #5A0060;
}
</style>
background-color css
<style>
a { background-color: #5A0060; }
a { background-color: rgb(90,0,96); }
div.DivClassName
{
background-color: #5A0060;
}
.BgClassName
{
background-color: #5A0060;
}
</style>
border-color css
<style>
span { border-color: #5A0060; }
span { border-color: rgb(90,0,96); }
td.TdClassName
{
border-color: #5A0060;
}
.TagClassName
{
border-color: #5A0060;
}
</style>