Shades of Palatinate Purple #57144E
Tints of Palatinate Purple #57144E
RGB
CMYK
RGB Variations
Color information
#57144E (or 0x57144E) is known color: Palatinate Purple. HEX triplet: 57, 14 and 4E. RGB value is (87,20,78). Sum of RGB (Red+Green+Blue) = 87+20+78=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #57144E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57144E is #A8EBB1. Grayscale: #2E2E2E. Windows color (decimal): -11070386 or 5117015. OLE color: 5117015.
HSL color Cylindrical-coordinate representation of color #57144E: hue angle of 308.06º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #57144E is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 20 | 78 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.66 |
| HSL | 308.06º | 0.63% | 0.21% | - |
| HSV(B) | 308.06º | 0.77% | 0.34% | - |
| XYZ | 5.56 | 3.08 | 7.51 | - |
| YUV | 46.65 | 145.7 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 20 | 78 | 0 | 0.77 | 0.10 | 0.66 | 308.06 | 0.63 | 0.21 |
| Hex | 57 | 14 | 4E | 0 | 4D | A | 42 | 134 | 3F | 15 |
| Octal | 127 | 24 | 116 | 0 | 115 | 12 | 102 | 464 | 77 | 25 |
| Binary | 1010111 | 10100 | 1001110 | 0 | 1001101 | 1010 | 1000010 | 100110100 | 111111 | 10101 |
Color Harmonies of #57144E
Complementary color
Monochromatic Colors of #57144E
Black with #57144E
Text Example
Text Example
White with #57144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57144E; }
p { color: rgb(87,20,78); }
H1.HeaderClassName
{
color: #57144E;
}
.AnyTagClassName
{
color: #57144E;
}
</style>
background-color css
<style>
a { background-color: #57144E; }
a { background-color: rgb(87,20,78); }
div.DivClassName
{
background-color: #57144E;
}
.BgClassName
{
background-color: #57144E;
}
</style>
border-color css
<style>
span { border-color: #57144E; }
span { border-color: rgb(87,20,78); }
td.TdClassName
{
border-color: #57144E;
}
.TagClassName
{
border-color: #57144E;
}
</style>