Shades of Palatinate Purple #57005C
Tints of Palatinate Purple #57005C
RGB
CMYK
RGB Variations
Color information
#57005C (or 0x57005C) is known color: Palatinate Purple. HEX triplet: 57, 00 and 5C. RGB value is (87,0,92). Sum of RGB (Red+Green+Blue) = 87+0+92=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #57005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57005C is #A8FFA3. Grayscale: #242424. Windows color (decimal): -11075492 or 6029399. OLE color: 6029399.
HSL color Cylindrical-coordinate representation of color #57005C: hue angle of 296.74º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #57005C is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 0 | 92 | - |
| CMYK | 0.05 | 1 | 0 | 0.64 |
| HSL | 296.74º | 1% | 0.18% | - |
| HSV(B) | 296.74º | 1% | 0.36% | - |
| XYZ | 5.86 | 2.8 | 10.36 | - |
| YUV | 36.5 | 159.32 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 0 | 92 | 0.05 | 1 | 0 | 0.64 | 296.74 | 1 | 0.18 |
| Hex | 57 | 0 | 5C | 5 | 64 | 0 | 40 | 129 | 64 | 12 |
| Octal | 127 | 0 | 134 | 5 | 144 | 0 | 100 | 451 | 144 | 22 |
| Binary | 1010111 | 0 | 1011100 | 101 | 1100100 | 0 | 1000000 | 100101001 | 1100100 | 10010 |
Color Harmonies of #57005C
Complementary color
Monochromatic Colors of #57005C
Black with #57005C
Text Example
Text Example
White with #57005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57005C; }
p { color: rgb(87,0,92); }
H1.HeaderClassName
{
color: #57005C;
}
.AnyTagClassName
{
color: #57005C;
}
</style>
background-color css
<style>
a { background-color: #57005C; }
a { background-color: rgb(87,0,92); }
div.DivClassName
{
background-color: #57005C;
}
.BgClassName
{
background-color: #57005C;
}
</style>
border-color css
<style>
span { border-color: #57005C; }
span { border-color: rgb(87,0,92); }
td.TdClassName
{
border-color: #57005C;
}
.TagClassName
{
border-color: #57005C;
}
</style>