Shades of Palatinate Purple #570858
Tints of Palatinate Purple #570858
RGB
CMYK
RGB Variations
Color information
#570858 (or 0x570858) is known color: Palatinate Purple. HEX triplet: 57, 08 and 58. RGB value is (87,8,88). Sum of RGB (Red+Green+Blue) = 87+8+88=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 88 (34.77% from 255 or 48.09% from 183); Max value from RGB is 88 - color contains mainly: blue. Hex color #570858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570858 is #A8F7A7. Grayscale: #282828. Windows color (decimal): -11073448 or 5769303. OLE color: 5769303.
HSL color Cylindrical-coordinate representation of color #570858: hue angle of 299.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570858 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 8 | 88 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.65 |
| HSL | 299.25º | 0.83% | 0.19% | - |
| HSV(B) | 299.25º | 0.91% | 0.35% | - |
| XYZ | 5.78 | 2.9 | 9.49 | - |
| YUV | 40.74 | 154.67 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 8 | 88 | 0.01 | 0.91 | 0 | 0.65 | 299.25 | 0.83 | 0.19 |
| Hex | 57 | 8 | 58 | 1 | 5B | 0 | 41 | 12B | 53 | 13 |
| Octal | 127 | 10 | 130 | 1 | 133 | 0 | 101 | 453 | 123 | 23 |
| Binary | 1010111 | 1000 | 1011000 | 1 | 1011011 | 0 | 1000001 | 100101011 | 1010011 | 10011 |
Color Harmonies of #570858
Complementary color
Monochromatic Colors of #570858
Black with #570858
Text Example
Text Example
White with #570858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570858; }
p { color: rgb(87,8,88); }
H1.HeaderClassName
{
color: #570858;
}
.AnyTagClassName
{
color: #570858;
}
</style>
background-color css
<style>
a { background-color: #570858; }
a { background-color: rgb(87,8,88); }
div.DivClassName
{
background-color: #570858;
}
.BgClassName
{
background-color: #570858;
}
</style>
border-color css
<style>
span { border-color: #570858; }
span { border-color: rgb(87,8,88); }
td.TdClassName
{
border-color: #570858;
}
.TagClassName
{
border-color: #570858;
}
</style>