Shades of Palatinate Purple #5A1063
Tints of Palatinate Purple #5A1063
RGB
CMYK
RGB Variations
Color information
#5A1063 (or 0x5A1063) is known color: Palatinate Purple. HEX triplet: 5A, 10 and 63. RGB value is (90,16,99). Sum of RGB (Red+Green+Blue) = 90+16+99=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #5A1063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1063 is #A5EF9C. Grayscale: #2F2F2F. Windows color (decimal): -10874781 or 6492250. OLE color: 6492250.
HSL color Cylindrical-coordinate representation of color #5A1063: hue angle of 293.49º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A1063 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 16 | 99 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.61 |
| HSL | 293.49º | 0.72% | 0.23% | - |
| HSV(B) | 293.49º | 0.84% | 0.39% | - |
| XYZ | 6.65 | 3.45 | 12.12 | - |
| YUV | 47.59 | 157.02 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 16 | 99 | 0.09 | 0.84 | 0 | 0.61 | 293.49 | 0.72 | 0.23 |
| Hex | 5A | 10 | 63 | 9 | 54 | 0 | 3D | 125 | 48 | 17 |
| Octal | 132 | 20 | 143 | 11 | 124 | 0 | 75 | 445 | 110 | 27 |
| Binary | 1011010 | 10000 | 1100011 | 1001 | 1010100 | 0 | 111101 | 100100101 | 1001000 | 10111 |
Color Harmonies of #5A1063
Complementary color
Monochromatic Colors of #5A1063
Black with #5A1063
Text Example
Text Example
White with #5A1063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1063; }
p { color: rgb(90,16,99); }
H1.HeaderClassName
{
color: #5A1063;
}
.AnyTagClassName
{
color: #5A1063;
}
</style>
background-color css
<style>
a { background-color: #5A1063; }
a { background-color: rgb(90,16,99); }
div.DivClassName
{
background-color: #5A1063;
}
.BgClassName
{
background-color: #5A1063;
}
</style>
border-color css
<style>
span { border-color: #5A1063; }
span { border-color: rgb(90,16,99); }
td.TdClassName
{
border-color: #5A1063;
}
.TagClassName
{
border-color: #5A1063;
}
</style>