Shades of Purple Taupe #553A4E
Tints of Purple Taupe #553A4E
RGB
CMYK
RGB Variations
Color information
#553A4E (or 0x553A4E) is known color: Purple Taupe. HEX triplet: 55, 3A and 4E. RGB value is (85,58,78). Sum of RGB (Red+Green+Blue) = 85+58+78=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 85 - color contains mainly: red. Hex color #553A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553A4E is #AAC5B1. Grayscale: #444444. Windows color (decimal): -11191730 or 5126741. OLE color: 5126741.
HSL color Cylindrical-coordinate representation of color #553A4E: hue angle of 315.56º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #553A4E is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 58 | 78 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.67 |
| HSL | 315.56º | 0.19% | 0.28% | - |
| HSV(B) | 315.56º | 0.32% | 0.33% | - |
| XYZ | 6.63 | 5.51 | 7.92 | - |
| YUV | 68.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 78 | 0 | 0.32 | 0.08 | 0.67 | 315.56 | 0.19 | 0.28 |
| Hex | 55 | 3A | 4E | 0 | 20 | 8 | 43 | 13C | 13 | 1C |
| Octal | 125 | 72 | 116 | 0 | 40 | 10 | 103 | 474 | 23 | 34 |
| Binary | 1010101 | 111010 | 1001110 | 0 | 100000 | 1000 | 1000011 | 100111100 | 10011 | 11100 |
Color Harmonies of #553A4E
Complementary color
Monochromatic Colors of #553A4E
Black with #553A4E
Text Example
Text Example
White with #553A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A4E; }
p { color: rgb(85,58,78); }
H1.HeaderClassName
{
color: #553A4E;
}
.AnyTagClassName
{
color: #553A4E;
}
</style>
background-color css
<style>
a { background-color: #553A4E; }
a { background-color: rgb(85,58,78); }
div.DivClassName
{
background-color: #553A4E;
}
.BgClassName
{
background-color: #553A4E;
}
</style>
border-color css
<style>
span { border-color: #553A4E; }
span { border-color: rgb(85,58,78); }
td.TdClassName
{
border-color: #553A4E;
}
.TagClassName
{
border-color: #553A4E;
}
</style>