Shades of Palatinate Purple #5A1B52
Tints of Palatinate Purple #5A1B52
RGB
CMYK
RGB Variations
Color information
#5A1B52 (or 0x5A1B52) is known color: Palatinate Purple. HEX triplet: 5A, 1B and 52. RGB value is (90,27,82). Sum of RGB (Red+Green+Blue) = 90+27+82=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 27 (10.94% from 255 or 13.57% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1B52 is #A5E4AD. Grayscale: #333333. Windows color (decimal): -10871982 or 5380954. OLE color: 5380954.
HSL color Cylindrical-coordinate representation of color #5A1B52: hue angle of 307.62º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A1B52 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 27 | 82 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.65 |
| HSL | 307.62º | 0.54% | 0.23% | - |
| HSV(B) | 307.62º | 0.7% | 0.35% | - |
| XYZ | 6.13 | 3.57 | 8.35 | - |
| YUV | 52.11 | 144.87 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 27 | 82 | 0 | 0.70 | 0.09 | 0.65 | 307.62 | 0.54 | 0.23 |
| Hex | 5A | 1B | 52 | 0 | 46 | 9 | 41 | 134 | 36 | 17 |
| Octal | 132 | 33 | 122 | 0 | 106 | 11 | 101 | 464 | 66 | 27 |
| Binary | 1011010 | 11011 | 1010010 | 0 | 1000110 | 1001 | 1000001 | 100110100 | 110110 | 10111 |
Color Harmonies of #5A1B52
Complementary color
Monochromatic Colors of #5A1B52
Black with #5A1B52
Text Example
Text Example
White with #5A1B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1B52; }
p { color: rgb(90,27,82); }
H1.HeaderClassName
{
color: #5A1B52;
}
.AnyTagClassName
{
color: #5A1B52;
}
</style>
background-color css
<style>
a { background-color: #5A1B52; }
a { background-color: rgb(90,27,82); }
div.DivClassName
{
background-color: #5A1B52;
}
.BgClassName
{
background-color: #5A1B52;
}
</style>
border-color css
<style>
span { border-color: #5A1B52; }
span { border-color: rgb(90,27,82); }
td.TdClassName
{
border-color: #5A1B52;
}
.TagClassName
{
border-color: #5A1B52;
}
</style>