Shades of Palatinate Purple #5A0A61
Tints of Palatinate Purple #5A0A61
RGB
CMYK
RGB Variations
Color information
#5A0A61 (or 0x5A0A61) is known color: Palatinate Purple. HEX triplet: 5A, 0A and 61. RGB value is (90,10,97). Sum of RGB (Red+Green+Blue) = 90+10+97=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #5A0A61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0A61 is #A5F59E. Grayscale: #2B2B2B. Windows color (decimal): -10876319 or 6359642. OLE color: 6359642.
HSL color Cylindrical-coordinate representation of color #5A0A61: hue angle of 295.17º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A0A61 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 10 | 97 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.62 |
| HSL | 295.17º | 0.81% | 0.21% | - |
| HSV(B) | 295.17º | 0.9% | 0.38% | - |
| XYZ | 6.48 | 3.25 | 11.6 | - |
| YUV | 43.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 10 | 97 | 0.07 | 0.90 | 0 | 0.62 | 295.17 | 0.81 | 0.21 |
| Hex | 5A | A | 61 | 7 | 5A | 0 | 3E | 127 | 51 | 15 |
| Octal | 132 | 12 | 141 | 7 | 132 | 0 | 76 | 447 | 121 | 25 |
| Binary | 1011010 | 1010 | 1100001 | 111 | 1011010 | 0 | 111110 | 100100111 | 1010001 | 10101 |
Color Harmonies of #5A0A61
Complementary color
Monochromatic Colors of #5A0A61
Black with #5A0A61
Text Example
Text Example
White with #5A0A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0A61; }
p { color: rgb(90,10,97); }
H1.HeaderClassName
{
color: #5A0A61;
}
.AnyTagClassName
{
color: #5A0A61;
}
</style>
background-color css
<style>
a { background-color: #5A0A61; }
a { background-color: rgb(90,10,97); }
div.DivClassName
{
background-color: #5A0A61;
}
.BgClassName
{
background-color: #5A0A61;
}
</style>
border-color css
<style>
span { border-color: #5A0A61; }
span { border-color: rgb(90,10,97); }
td.TdClassName
{
border-color: #5A0A61;
}
.TagClassName
{
border-color: #5A0A61;
}
</style>