Shades of Purple Taupe #57384D
Tints of Purple Taupe #57384D
RGB
CMYK
RGB Variations
Color information
#57384D (or 0x57384D) is known color: Purple Taupe. HEX triplet: 57, 38 and 4D. RGB value is (87,56,77). Sum of RGB (Red+Green+Blue) = 87+56+77=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 87 - color contains mainly: red. Hex color #57384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57384D is #A8C7B2. Grayscale: #434343. Windows color (decimal): -11061171 or 5060695. OLE color: 5060695.
HSL color Cylindrical-coordinate representation of color #57384D: hue angle of 319.35º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #57384D is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 56 | 77 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.66 |
| HSL | 319.35º | 0.22% | 0.28% | - |
| HSV(B) | 319.35º | 0.36% | 0.34% | - |
| XYZ | 6.68 | 5.39 | 7.71 | - |
| YUV | 67.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 56 | 77 | 0 | 0.36 | 0.11 | 0.66 | 319.35 | 0.22 | 0.28 |
| Hex | 57 | 38 | 4D | 0 | 24 | B | 42 | 13F | 16 | 1C |
| Octal | 127 | 70 | 115 | 0 | 44 | 13 | 102 | 477 | 26 | 34 |
| Binary | 1010111 | 111000 | 1001101 | 0 | 100100 | 1011 | 1000010 | 100111111 | 10110 | 11100 |
Color Harmonies of #57384D
Complementary color
Monochromatic Colors of #57384D
Black with #57384D
Text Example
Text Example
White with #57384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57384D; }
p { color: rgb(87,56,77); }
H1.HeaderClassName
{
color: #57384D;
}
.AnyTagClassName
{
color: #57384D;
}
</style>
background-color css
<style>
a { background-color: #57384D; }
a { background-color: rgb(87,56,77); }
div.DivClassName
{
background-color: #57384D;
}
.BgClassName
{
background-color: #57384D;
}
</style>
border-color css
<style>
span { border-color: #57384D; }
span { border-color: rgb(87,56,77); }
td.TdClassName
{
border-color: #57384D;
}
.TagClassName
{
border-color: #57384D;
}
</style>