Shades of Palatinate Purple #5A1A52
Tints of Palatinate Purple #5A1A52
RGB
CMYK
RGB Variations
Color information
#5A1A52 (or 0x5A1A52) is known color: Palatinate Purple. HEX triplet: 5A, 1A and 52. RGB value is (90,26,82). Sum of RGB (Red+Green+Blue) = 90+26+82=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1A52 is #A5E5AD. Grayscale: #333333. Windows color (decimal): -10872238 or 5380698. OLE color: 5380698.
HSL color Cylindrical-coordinate representation of color #5A1A52: hue angle of 307.5º 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 #5A1A52 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 26 | 82 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.65 |
| HSL | 307.5º | 0.55% | 0.23% | - |
| HSV(B) | 307.5º | 0.71% | 0.35% | - |
| XYZ | 6.11 | 3.52 | 8.34 | - |
| YUV | 51.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 26 | 82 | 0 | 0.71 | 0.09 | 0.65 | 307.5 | 0.55 | 0.23 |
| Hex | 5A | 1A | 52 | 0 | 47 | 9 | 41 | 134 | 37 | 17 |
| Octal | 132 | 32 | 122 | 0 | 107 | 11 | 101 | 464 | 67 | 27 |
| Binary | 1011010 | 11010 | 1010010 | 0 | 1000111 | 1001 | 1000001 | 100110100 | 110111 | 10111 |
Color Harmonies of #5A1A52
Complementary color
Monochromatic Colors of #5A1A52
Black with #5A1A52
Text Example
Text Example
White with #5A1A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1A52; }
p { color: rgb(90,26,82); }
H1.HeaderClassName
{
color: #5A1A52;
}
.AnyTagClassName
{
color: #5A1A52;
}
</style>
background-color css
<style>
a { background-color: #5A1A52; }
a { background-color: rgb(90,26,82); }
div.DivClassName
{
background-color: #5A1A52;
}
.BgClassName
{
background-color: #5A1A52;
}
</style>
border-color css
<style>
span { border-color: #5A1A52; }
span { border-color: rgb(90,26,82); }
td.TdClassName
{
border-color: #5A1A52;
}
.TagClassName
{
border-color: #5A1A52;
}
</style>