Shades of Palatinate Purple #5A0760
Tints of Palatinate Purple #5A0760
RGB
CMYK
RGB Variations
Color information
#5A0760 (or 0x5A0760) is known color: Palatinate Purple. HEX triplet: 5A, 07 and 60. RGB value is (90,7,96). Sum of RGB (Red+Green+Blue) = 90+7+96=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A0760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0760 is #A5F89F. Grayscale: #292929. Windows color (decimal): -10877088 or 6293338. OLE color: 6293338.
HSL color Cylindrical-coordinate representation of color #5A0760: hue angle of 295.96º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A0760 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 7 | 96 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.62 |
| HSL | 295.96º | 0.86% | 0.2% | - |
| HSV(B) | 295.96º | 0.93% | 0.38% | - |
| XYZ | 6.4 | 3.17 | 11.34 | - |
| YUV | 41.96 | 158.5 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 7 | 96 | 0.06 | 0.93 | 0 | 0.62 | 295.96 | 0.86 | 0.2 |
| Hex | 5A | 7 | 60 | 6 | 5D | 0 | 3E | 128 | 56 | 14 |
| Octal | 132 | 7 | 140 | 6 | 135 | 0 | 76 | 450 | 126 | 24 |
| Binary | 1011010 | 111 | 1100000 | 110 | 1011101 | 0 | 111110 | 100101000 | 1010110 | 10100 |
Color Harmonies of #5A0760
Complementary color
Monochromatic Colors of #5A0760
Black with #5A0760
Text Example
Text Example
White with #5A0760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0760; }
p { color: rgb(90,7,96); }
H1.HeaderClassName
{
color: #5A0760;
}
.AnyTagClassName
{
color: #5A0760;
}
</style>
background-color css
<style>
a { background-color: #5A0760; }
a { background-color: rgb(90,7,96); }
div.DivClassName
{
background-color: #5A0760;
}
.BgClassName
{
background-color: #5A0760;
}
</style>
border-color css
<style>
span { border-color: #5A0760; }
span { border-color: rgb(90,7,96); }
td.TdClassName
{
border-color: #5A0760;
}
.TagClassName
{
border-color: #5A0760;
}
</style>