Shades of Palatinate Purple #57184F
Tints of Palatinate Purple #57184F
RGB
CMYK
RGB Variations
Color information
#57184F (or 0x57184F) is known color: Palatinate Purple. HEX triplet: 57, 18 and 4F. RGB value is (87,24,79). Sum of RGB (Red+Green+Blue) = 87+24+79=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #57184F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57184F is #A8E7B0. Grayscale: #303030. Windows color (decimal): -11069361 or 5183575. OLE color: 5183575.
HSL color Cylindrical-coordinate representation of color #57184F: hue angle of 307.62º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #57184F is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 24 | 79 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.66 |
| HSL | 307.62º | 0.57% | 0.22% | - |
| HSV(B) | 307.62º | 0.72% | 0.34% | - |
| XYZ | 5.67 | 3.24 | 7.72 | - |
| YUV | 49.11 | 144.87 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 24 | 79 | 0 | 0.72 | 0.09 | 0.66 | 307.62 | 0.57 | 0.22 |
| Hex | 57 | 18 | 4F | 0 | 48 | 9 | 42 | 134 | 39 | 16 |
| Octal | 127 | 30 | 117 | 0 | 110 | 11 | 102 | 464 | 71 | 26 |
| Binary | 1010111 | 11000 | 1001111 | 0 | 1001000 | 1001 | 1000010 | 100110100 | 111001 | 10110 |
Color Harmonies of #57184F
Complementary color
Monochromatic Colors of #57184F
Black with #57184F
Text Example
Text Example
White with #57184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57184F; }
p { color: rgb(87,24,79); }
H1.HeaderClassName
{
color: #57184F;
}
.AnyTagClassName
{
color: #57184F;
}
</style>
background-color css
<style>
a { background-color: #57184F; }
a { background-color: rgb(87,24,79); }
div.DivClassName
{
background-color: #57184F;
}
.BgClassName
{
background-color: #57184F;
}
</style>
border-color css
<style>
span { border-color: #57184F; }
span { border-color: rgb(87,24,79); }
td.TdClassName
{
border-color: #57184F;
}
.TagClassName
{
border-color: #57184F;
}
</style>