Shades of Palatinate Purple #57104D
Tints of Palatinate Purple #57104D
RGB
CMYK
RGB Variations
Color information
#57104D (or 0x57104D) is known color: Palatinate Purple. HEX triplet: 57, 10 and 4D. RGB value is (87,16,77). Sum of RGB (Red+Green+Blue) = 87+16+77=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #57104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57104D is #A8EFB2. Grayscale: #2C2C2C. Windows color (decimal): -11071411 or 5050455. OLE color: 5050455.
HSL color Cylindrical-coordinate representation of color #57104D: hue angle of 308.45º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #57104D is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 16 | 77 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.66 |
| HSL | 308.45º | 0.69% | 0.2% | - |
| HSV(B) | 308.45º | 0.82% | 0.34% | - |
| XYZ | 5.46 | 2.93 | 7.3 | - |
| YUV | 44.18 | 146.52 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 16 | 77 | 0 | 0.82 | 0.11 | 0.66 | 308.45 | 0.69 | 0.2 |
| Hex | 57 | 10 | 4D | 0 | 52 | B | 42 | 134 | 45 | 14 |
| Octal | 127 | 20 | 115 | 0 | 122 | 13 | 102 | 464 | 105 | 24 |
| Binary | 1010111 | 10000 | 1001101 | 0 | 1010010 | 1011 | 1000010 | 100110100 | 1000101 | 10100 |
Color Harmonies of #57104D
Complementary color
Monochromatic Colors of #57104D
Black with #57104D
Text Example
Text Example
White with #57104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57104D; }
p { color: rgb(87,16,77); }
H1.HeaderClassName
{
color: #57104D;
}
.AnyTagClassName
{
color: #57104D;
}
</style>
background-color css
<style>
a { background-color: #57104D; }
a { background-color: rgb(87,16,77); }
div.DivClassName
{
background-color: #57104D;
}
.BgClassName
{
background-color: #57104D;
}
</style>
border-color css
<style>
span { border-color: #57104D; }
span { border-color: rgb(87,16,77); }
td.TdClassName
{
border-color: #57104D;
}
.TagClassName
{
border-color: #57104D;
}
</style>