Shades of Palatinate Purple #57085A
Tints of Palatinate Purple #57085A
RGB
CMYK
RGB Variations
Color information
#57085A (or 0x57085A) is known color: Palatinate Purple. HEX triplet: 57, 08 and 5A. RGB value is (87,8,90). Sum of RGB (Red+Green+Blue) = 87+8+90=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #57085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57085A is #A8F7A5. Grayscale: #282828. Windows color (decimal): -11073446 or 5900375. OLE color: 5900375.
HSL color Cylindrical-coordinate representation of color #57085A: hue angle of 297.8º degrees, saturation: 0.84, 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 #57085A is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 8 | 90 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.65 |
| HSL | 297.8º | 0.84% | 0.19% | - |
| HSV(B) | 297.8º | 0.91% | 0.35% | - |
| XYZ | 5.86 | 2.94 | 9.93 | - |
| YUV | 40.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 8 | 90 | 0.03 | 0.91 | 0 | 0.65 | 297.8 | 0.84 | 0.19 |
| Hex | 57 | 8 | 5A | 3 | 5B | 0 | 41 | 12A | 54 | 13 |
| Octal | 127 | 10 | 132 | 3 | 133 | 0 | 101 | 452 | 124 | 23 |
| Binary | 1010111 | 1000 | 1011010 | 11 | 1011011 | 0 | 1000001 | 100101010 | 1010100 | 10011 |
Color Harmonies of #57085A
Complementary color
Monochromatic Colors of #57085A
Black with #57085A
Text Example
Text Example
White with #57085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57085A; }
p { color: rgb(87,8,90); }
H1.HeaderClassName
{
color: #57085A;
}
.AnyTagClassName
{
color: #57085A;
}
</style>
background-color css
<style>
a { background-color: #57085A; }
a { background-color: rgb(87,8,90); }
div.DivClassName
{
background-color: #57085A;
}
.BgClassName
{
background-color: #57085A;
}
</style>
border-color css
<style>
span { border-color: #57085A; }
span { border-color: rgb(87,8,90); }
td.TdClassName
{
border-color: #57085A;
}
.TagClassName
{
border-color: #57085A;
}
</style>