Shades of Purple Taupe #55394B
Tints of Purple Taupe #55394B
RGB
CMYK
RGB Variations
Color information
#55394B (or 0x55394B) is known color: Purple Taupe. HEX triplet: 55, 39 and 4B. RGB value is (85,57,75). Sum of RGB (Red+Green+Blue) = 85+57+75=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #55394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55394B is #AAC6B4. Grayscale: #434343. Windows color (decimal): -11191989 or 4929877. OLE color: 4929877.
HSL color Cylindrical-coordinate representation of color #55394B: hue angle of 321.43º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55394B is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 57 | 75 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.67 |
| HSL | 321.43º | 0.2% | 0.28% | - |
| HSV(B) | 321.43º | 0.33% | 0.33% | - |
| XYZ | 6.48 | 5.37 | 7.35 | - |
| YUV | 67.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 57 | 75 | 0 | 0.33 | 0.12 | 0.67 | 321.43 | 0.2 | 0.28 |
| Hex | 55 | 39 | 4B | 0 | 21 | C | 43 | 141 | 14 | 1C |
| Octal | 125 | 71 | 113 | 0 | 41 | 14 | 103 | 501 | 24 | 34 |
| Binary | 1010101 | 111001 | 1001011 | 0 | 100001 | 1100 | 1000011 | 101000001 | 10100 | 11100 |
Color Harmonies of #55394B
Complementary color
Monochromatic Colors of #55394B
Black with #55394B
Text Example
Text Example
White with #55394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55394B; }
p { color: rgb(85,57,75); }
H1.HeaderClassName
{
color: #55394B;
}
.AnyTagClassName
{
color: #55394B;
}
</style>
background-color css
<style>
a { background-color: #55394B; }
a { background-color: rgb(85,57,75); }
div.DivClassName
{
background-color: #55394B;
}
.BgClassName
{
background-color: #55394B;
}
</style>
border-color css
<style>
span { border-color: #55394B; }
span { border-color: rgb(85,57,75); }
td.TdClassName
{
border-color: #55394B;
}
.TagClassName
{
border-color: #55394B;
}
</style>