Shades of Palatinate Purple #5A0F60
Tints of Palatinate Purple #5A0F60
RGB
CMYK
RGB Variations
Color information
#5A0F60 (or 0x5A0F60) is known color: Palatinate Purple. HEX triplet: 5A, 0F and 60. RGB value is (90,15,96). Sum of RGB (Red+Green+Blue) = 90+15+96=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A0F60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0F60 is #A5F09F. Grayscale: #2E2E2E. Windows color (decimal): -10875040 or 6295386. OLE color: 6295386.
HSL color Cylindrical-coordinate representation of color #5A0F60: hue angle of 295.56º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A0F60 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 15 | 96 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.62 |
| HSL | 295.56º | 0.73% | 0.22% | - |
| HSV(B) | 295.56º | 0.84% | 0.38% | - |
| XYZ | 6.5 | 3.36 | 11.37 | - |
| YUV | 46.66 | 155.85 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 15 | 96 | 0.06 | 0.84 | 0 | 0.62 | 295.56 | 0.73 | 0.22 |
| Hex | 5A | F | 60 | 6 | 54 | 0 | 3E | 128 | 49 | 16 |
| Octal | 132 | 17 | 140 | 6 | 124 | 0 | 76 | 450 | 111 | 26 |
| Binary | 1011010 | 1111 | 1100000 | 110 | 1010100 | 0 | 111110 | 100101000 | 1001001 | 10110 |
Color Harmonies of #5A0F60
Complementary color
Monochromatic Colors of #5A0F60
Black with #5A0F60
Text Example
Text Example
White with #5A0F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0F60; }
p { color: rgb(90,15,96); }
H1.HeaderClassName
{
color: #5A0F60;
}
.AnyTagClassName
{
color: #5A0F60;
}
</style>
background-color css
<style>
a { background-color: #5A0F60; }
a { background-color: rgb(90,15,96); }
div.DivClassName
{
background-color: #5A0F60;
}
.BgClassName
{
background-color: #5A0F60;
}
</style>
border-color css
<style>
span { border-color: #5A0F60; }
span { border-color: rgb(90,15,96); }
td.TdClassName
{
border-color: #5A0F60;
}
.TagClassName
{
border-color: #5A0F60;
}
</style>