Shades of Palatinate Purple #5A0663
Tints of Palatinate Purple #5A0663
RGB
CMYK
RGB Variations
Color information
#5A0663 (or 0x5A0663) is known color: Palatinate Purple. HEX triplet: 5A, 06 and 63. RGB value is (90,6,99). Sum of RGB (Red+Green+Blue) = 90+6+99=195 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.15% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #5A0663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0663 is #A5F99C. Grayscale: #292929. Windows color (decimal): -10877341 or 6489690. OLE color: 6489690.
HSL color Cylindrical-coordinate representation of color #5A0663: hue angle of 294.19º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0663 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 6 | 99 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.61 |
| HSL | 294.19º | 0.89% | 0.21% | - |
| HSV(B) | 294.19º | 0.94% | 0.39% | - |
| XYZ | 6.53 | 3.2 | 12.08 | - |
| YUV | 41.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 6 | 99 | 0.09 | 0.94 | 0 | 0.61 | 294.19 | 0.89 | 0.21 |
| Hex | 5A | 6 | 63 | 9 | 5E | 0 | 3D | 126 | 59 | 15 |
| Octal | 132 | 6 | 143 | 11 | 136 | 0 | 75 | 446 | 131 | 25 |
| Binary | 1011010 | 110 | 1100011 | 1001 | 1011110 | 0 | 111101 | 100100110 | 1011001 | 10101 |
Color Harmonies of #5A0663
Complementary color
Monochromatic Colors of #5A0663
Black with #5A0663
Text Example
Text Example
White with #5A0663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0663; }
p { color: rgb(90,6,99); }
H1.HeaderClassName
{
color: #5A0663;
}
.AnyTagClassName
{
color: #5A0663;
}
</style>
background-color css
<style>
a { background-color: #5A0663; }
a { background-color: rgb(90,6,99); }
div.DivClassName
{
background-color: #5A0663;
}
.BgClassName
{
background-color: #5A0663;
}
</style>
border-color css
<style>
span { border-color: #5A0663; }
span { border-color: rgb(90,6,99); }
td.TdClassName
{
border-color: #5A0663;
}
.TagClassName
{
border-color: #5A0663;
}
</style>