Shades of Palatinate Purple #5A0A62
Tints of Palatinate Purple #5A0A62
RGB
CMYK
RGB Variations
Color information
#5A0A62 (or 0x5A0A62) is known color: Palatinate Purple. HEX triplet: 5A, 0A and 62. RGB value is (90,10,98). Sum of RGB (Red+Green+Blue) = 90+10+98=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #5A0A62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0A62 is #A5F59D. Grayscale: #2B2B2B. Windows color (decimal): -10876318 or 6425178. OLE color: 6425178.
HSL color Cylindrical-coordinate representation of color #5A0A62: hue angle of 294.55º 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 #5A0A62 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 10 | 98 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.62 |
| HSL | 294.55º | 0.81% | 0.21% | - |
| HSV(B) | 294.55º | 0.9% | 0.38% | - |
| XYZ | 6.53 | 3.27 | 11.84 | - |
| YUV | 43.95 | 158.5 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 10 | 98 | 0.08 | 0.90 | 0 | 0.62 | 294.55 | 0.81 | 0.21 |
| Hex | 5A | A | 62 | 8 | 5A | 0 | 3E | 127 | 51 | 15 |
| Octal | 132 | 12 | 142 | 10 | 132 | 0 | 76 | 447 | 121 | 25 |
| Binary | 1011010 | 1010 | 1100010 | 1000 | 1011010 | 0 | 111110 | 100100111 | 1010001 | 10101 |
Color Harmonies of #5A0A62
Complementary color
Monochromatic Colors of #5A0A62
Black with #5A0A62
Text Example
Text Example
White with #5A0A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0A62; }
p { color: rgb(90,10,98); }
H1.HeaderClassName
{
color: #5A0A62;
}
.AnyTagClassName
{
color: #5A0A62;
}
</style>
background-color css
<style>
a { background-color: #5A0A62; }
a { background-color: rgb(90,10,98); }
div.DivClassName
{
background-color: #5A0A62;
}
.BgClassName
{
background-color: #5A0A62;
}
</style>
border-color css
<style>
span { border-color: #5A0A62; }
span { border-color: rgb(90,10,98); }
td.TdClassName
{
border-color: #5A0A62;
}
.TagClassName
{
border-color: #5A0A62;
}
</style>