Shades of Purple Taupe #55414E
Tints of Purple Taupe #55414E
RGB
CMYK
RGB Variations
Color information
#55414E (or 0x55414E) is known color: Purple Taupe. HEX triplet: 55, 41 and 4E. RGB value is (85,65,78). Sum of RGB (Red+Green+Blue) = 85+65+78=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #55414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55414E is #AABEB1. Grayscale: #484848. Windows color (decimal): -11189938 or 5128533. OLE color: 5128533.
HSL color Cylindrical-coordinate representation of color #55414E: hue angle of 321º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #55414E is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 78 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.67 |
| HSL | 321º | 0.13% | 0.29% | - |
| HSV(B) | 321º | 0.24% | 0.33% | - |
| XYZ | 7.01 | 6.26 | 8.05 | - |
| YUV | 72.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 78 | 0 | 0.24 | 0.08 | 0.67 | 321 | 0.13 | 0.29 |
| Hex | 55 | 41 | 4E | 0 | 18 | 8 | 43 | 141 | D | 1D |
| Octal | 125 | 101 | 116 | 0 | 30 | 10 | 103 | 501 | 15 | 35 |
| Binary | 1010101 | 1000001 | 1001110 | 0 | 11000 | 1000 | 1000011 | 101000001 | 1101 | 11101 |
Color Harmonies of #55414E
Complementary color
Monochromatic Colors of #55414E
Black with #55414E
Text Example
Text Example
White with #55414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55414E; }
p { color: rgb(85,65,78); }
H1.HeaderClassName
{
color: #55414E;
}
.AnyTagClassName
{
color: #55414E;
}
</style>
background-color css
<style>
a { background-color: #55414E; }
a { background-color: rgb(85,65,78); }
div.DivClassName
{
background-color: #55414E;
}
.BgClassName
{
background-color: #55414E;
}
</style>
border-color css
<style>
span { border-color: #55414E; }
span { border-color: rgb(85,65,78); }
td.TdClassName
{
border-color: #55414E;
}
.TagClassName
{
border-color: #55414E;
}
</style>