Shades of Palatinate Purple #570255
Tints of Palatinate Purple #570255
RGB
CMYK
RGB Variations
Color information
#570255 (or 0x570255) is known color: Palatinate Purple. HEX triplet: 57, 02 and 55. RGB value is (87,2,85). Sum of RGB (Red+Green+Blue) = 87+2+85=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #570255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570255 is #A8FDAA. Grayscale: #242424. Windows color (decimal): -11074987 or 5571159. OLE color: 5571159.
HSL color Cylindrical-coordinate representation of color #570255: hue angle of 301.41º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570255 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 2 | 85 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.66 |
| HSL | 301.41º | 0.96% | 0.17% | - |
| HSV(B) | 301.41º | 0.98% | 0.34% | - |
| XYZ | 5.59 | 2.73 | 8.83 | - |
| YUV | 36.88 | 155.16 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 2 | 85 | 0 | 0.98 | 0.02 | 0.66 | 301.41 | 0.96 | 0.17 |
| Hex | 57 | 2 | 55 | 0 | 62 | 2 | 42 | 12D | 60 | 11 |
| Octal | 127 | 2 | 125 | 0 | 142 | 2 | 102 | 455 | 140 | 21 |
| Binary | 1010111 | 10 | 1010101 | 0 | 1100010 | 10 | 1000010 | 100101101 | 1100000 | 10001 |
Color Harmonies of #570255
Complementary color
Monochromatic Colors of #570255
Black with #570255
Text Example
Text Example
White with #570255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570255; }
p { color: rgb(87,2,85); }
H1.HeaderClassName
{
color: #570255;
}
.AnyTagClassName
{
color: #570255;
}
</style>
background-color css
<style>
a { background-color: #570255; }
a { background-color: rgb(87,2,85); }
div.DivClassName
{
background-color: #570255;
}
.BgClassName
{
background-color: #570255;
}
</style>
border-color css
<style>
span { border-color: #570255; }
span { border-color: rgb(87,2,85); }
td.TdClassName
{
border-color: #570255;
}
.TagClassName
{
border-color: #570255;
}
</style>