Shades of Purple Taupe #55394F
Tints of Purple Taupe #55394F
RGB
CMYK
RGB Variations
Color information
#55394F (or 0x55394F) is known color: Purple Taupe. HEX triplet: 55, 39 and 4F. RGB value is (85,57,79). Sum of RGB (Red+Green+Blue) = 85+57+79=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 85 - color contains mainly: red. Hex color #55394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55394F is #AAC6B0. Grayscale: #434343. Windows color (decimal): -11191985 or 5192021. OLE color: 5192021.
HSL color Cylindrical-coordinate representation of color #55394F: hue angle of 312.86º 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 #55394F is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 57 | 79 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.67 |
| HSL | 312.86º | 0.2% | 0.28% | - |
| HSV(B) | 312.86º | 0.33% | 0.33% | - |
| XYZ | 6.62 | 5.42 | 8.09 | - |
| YUV | 67.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 57 | 79 | 0 | 0.33 | 0.07 | 0.67 | 312.86 | 0.2 | 0.28 |
| Hex | 55 | 39 | 4F | 0 | 21 | 7 | 43 | 139 | 14 | 1C |
| Octal | 125 | 71 | 117 | 0 | 41 | 7 | 103 | 471 | 24 | 34 |
| Binary | 1010101 | 111001 | 1001111 | 0 | 100001 | 111 | 1000011 | 100111001 | 10100 | 11100 |
Color Harmonies of #55394F
Complementary color
Monochromatic Colors of #55394F
Black with #55394F
Text Example
Text Example
White with #55394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55394F; }
p { color: rgb(85,57,79); }
H1.HeaderClassName
{
color: #55394F;
}
.AnyTagClassName
{
color: #55394F;
}
</style>
background-color css
<style>
a { background-color: #55394F; }
a { background-color: rgb(85,57,79); }
div.DivClassName
{
background-color: #55394F;
}
.BgClassName
{
background-color: #55394F;
}
</style>
border-color css
<style>
span { border-color: #55394F; }
span { border-color: rgb(85,57,79); }
td.TdClassName
{
border-color: #55394F;
}
.TagClassName
{
border-color: #55394F;
}
</style>