Shades of Palatinate Purple #5A1A57
Tints of Palatinate Purple #5A1A57
RGB
CMYK
RGB Variations
Color information
#5A1A57 (or 0x5A1A57) is known color: Palatinate Purple. HEX triplet: 5A, 1A and 57. RGB value is (90,26,87). Sum of RGB (Red+Green+Blue) = 90+26+87=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1A57 is #A5E5A8. Grayscale: #333333. Windows color (decimal): -10872233 or 5708378. OLE color: 5708378.
HSL color Cylindrical-coordinate representation of color #5A1A57: hue angle of 302.81º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A1A57 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 26 | 87 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.65 |
| HSL | 302.81º | 0.55% | 0.23% | - |
| HSV(B) | 302.81º | 0.71% | 0.35% | - |
| XYZ | 6.31 | 3.6 | 9.38 | - |
| YUV | 52.09 | 147.7 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 26 | 87 | 0 | 0.71 | 0.03 | 0.65 | 302.81 | 0.55 | 0.23 |
| Hex | 5A | 1A | 57 | 0 | 47 | 3 | 41 | 12F | 37 | 17 |
| Octal | 132 | 32 | 127 | 0 | 107 | 3 | 101 | 457 | 67 | 27 |
| Binary | 1011010 | 11010 | 1010111 | 0 | 1000111 | 11 | 1000001 | 100101111 | 110111 | 10111 |
Color Harmonies of #5A1A57
Complementary color
Monochromatic Colors of #5A1A57
Black with #5A1A57
Text Example
Text Example
White with #5A1A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1A57; }
p { color: rgb(90,26,87); }
H1.HeaderClassName
{
color: #5A1A57;
}
.AnyTagClassName
{
color: #5A1A57;
}
</style>
background-color css
<style>
a { background-color: #5A1A57; }
a { background-color: rgb(90,26,87); }
div.DivClassName
{
background-color: #5A1A57;
}
.BgClassName
{
background-color: #5A1A57;
}
</style>
border-color css
<style>
span { border-color: #5A1A57; }
span { border-color: rgb(90,26,87); }
td.TdClassName
{
border-color: #5A1A57;
}
.TagClassName
{
border-color: #5A1A57;
}
</style>