Shades of Palatinate Purple #5A0660
Tints of Palatinate Purple #5A0660
RGB
CMYK
RGB Variations
Color information
#5A0660 (or 0x5A0660) is known color: Palatinate Purple. HEX triplet: 5A, 06 and 60. RGB value is (90,6,96). Sum of RGB (Red+Green+Blue) = 90+6+96=192 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.88% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A0660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0660 is #A5F99F. Grayscale: #292929. Windows color (decimal): -10877344 or 6293082. OLE color: 6293082.
HSL color Cylindrical-coordinate representation of color #5A0660: hue angle of 296º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0660 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 6 | 96 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.62 |
| HSL | 296º | 0.88% | 0.2% | - |
| HSV(B) | 296º | 0.94% | 0.38% | - |
| XYZ | 6.39 | 3.15 | 11.34 | - |
| YUV | 41.38 | 158.83 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 6 | 96 | 0.06 | 0.94 | 0 | 0.62 | 296 | 0.88 | 0.2 |
| Hex | 5A | 6 | 60 | 6 | 5E | 0 | 3E | 128 | 58 | 14 |
| Octal | 132 | 6 | 140 | 6 | 136 | 0 | 76 | 450 | 130 | 24 |
| Binary | 1011010 | 110 | 1100000 | 110 | 1011110 | 0 | 111110 | 100101000 | 1011000 | 10100 |
Color Harmonies of #5A0660
Complementary color
Monochromatic Colors of #5A0660
Black with #5A0660
Text Example
Text Example
White with #5A0660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0660; }
p { color: rgb(90,6,96); }
H1.HeaderClassName
{
color: #5A0660;
}
.AnyTagClassName
{
color: #5A0660;
}
</style>
background-color css
<style>
a { background-color: #5A0660; }
a { background-color: rgb(90,6,96); }
div.DivClassName
{
background-color: #5A0660;
}
.BgClassName
{
background-color: #5A0660;
}
</style>
border-color css
<style>
span { border-color: #5A0660; }
span { border-color: rgb(90,6,96); }
td.TdClassName
{
border-color: #5A0660;
}
.TagClassName
{
border-color: #5A0660;
}
</style>