Shades of Palatinate Purple #57154F
Tints of Palatinate Purple #57154F
RGB
CMYK
RGB Variations
Color information
#57154F (or 0x57154F) is known color: Palatinate Purple. HEX triplet: 57, 15 and 4F. RGB value is (87,21,79). Sum of RGB (Red+Green+Blue) = 87+21+79=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #57154F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57154F is #A8EAB0. Grayscale: #2F2F2F. Windows color (decimal): -11070129 or 5182807. OLE color: 5182807.
HSL color Cylindrical-coordinate representation of color #57154F: hue angle of 307.27º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #57154F is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 21 | 79 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.66 |
| HSL | 307.27º | 0.61% | 0.21% | - |
| HSV(B) | 307.27º | 0.76% | 0.34% | - |
| XYZ | 5.61 | 3.13 | 7.71 | - |
| YUV | 47.35 | 145.87 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 21 | 79 | 0 | 0.76 | 0.09 | 0.66 | 307.27 | 0.61 | 0.21 |
| Hex | 57 | 15 | 4F | 0 | 4C | 9 | 42 | 133 | 3D | 15 |
| Octal | 127 | 25 | 117 | 0 | 114 | 11 | 102 | 463 | 75 | 25 |
| Binary | 1010111 | 10101 | 1001111 | 0 | 1001100 | 1001 | 1000010 | 100110011 | 111101 | 10101 |
Color Harmonies of #57154F
Complementary color
Monochromatic Colors of #57154F
Black with #57154F
Text Example
Text Example
White with #57154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57154F; }
p { color: rgb(87,21,79); }
H1.HeaderClassName
{
color: #57154F;
}
.AnyTagClassName
{
color: #57154F;
}
</style>
background-color css
<style>
a { background-color: #57154F; }
a { background-color: rgb(87,21,79); }
div.DivClassName
{
background-color: #57154F;
}
.BgClassName
{
background-color: #57154F;
}
</style>
border-color css
<style>
span { border-color: #57154F; }
span { border-color: rgb(87,21,79); }
td.TdClassName
{
border-color: #57154F;
}
.TagClassName
{
border-color: #57154F;
}
</style>