Shades of Palatinate Purple #57055A
Tints of Palatinate Purple #57055A
RGB
CMYK
RGB Variations
Color information
#57055A (or 0x57055A) is known color: Palatinate Purple. HEX triplet: 57, 05 and 5A. RGB value is (87,5,90). Sum of RGB (Red+Green+Blue) = 87+5+90=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #57055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57055A is #A8FAA5. Grayscale: #262626. Windows color (decimal): -11074214 or 5899607. OLE color: 5899607.
HSL color Cylindrical-coordinate representation of color #57055A: hue angle of 297.88º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #57055A is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 5 | 90 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.65 |
| HSL | 297.88º | 0.89% | 0.19% | - |
| HSV(B) | 297.88º | 0.94% | 0.35% | - |
| XYZ | 5.83 | 2.87 | 9.92 | - |
| YUV | 39.21 | 156.67 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 5 | 90 | 0.03 | 0.94 | 0 | 0.65 | 297.88 | 0.89 | 0.19 |
| Hex | 57 | 5 | 5A | 3 | 5E | 0 | 41 | 12A | 59 | 13 |
| Octal | 127 | 5 | 132 | 3 | 136 | 0 | 101 | 452 | 131 | 23 |
| Binary | 1010111 | 101 | 1011010 | 11 | 1011110 | 0 | 1000001 | 100101010 | 1011001 | 10011 |
Color Harmonies of #57055A
Complementary color
Monochromatic Colors of #57055A
Black with #57055A
Text Example
Text Example
White with #57055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57055A; }
p { color: rgb(87,5,90); }
H1.HeaderClassName
{
color: #57055A;
}
.AnyTagClassName
{
color: #57055A;
}
</style>
background-color css
<style>
a { background-color: #57055A; }
a { background-color: rgb(87,5,90); }
div.DivClassName
{
background-color: #57055A;
}
.BgClassName
{
background-color: #57055A;
}
</style>
border-color css
<style>
span { border-color: #57055A; }
span { border-color: rgb(87,5,90); }
td.TdClassName
{
border-color: #57055A;
}
.TagClassName
{
border-color: #57055A;
}
</style>