Shades of Purple Taupe #553A4D
Tints of Purple Taupe #553A4D
RGB
CMYK
RGB Variations
Color information
#553A4D (or 0x553A4D) is known color: Purple Taupe. HEX triplet: 55, 3A and 4D. RGB value is (85,58,77). Sum of RGB (Red+Green+Blue) = 85+58+77=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #553A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553A4D is #AAC5B2. Grayscale: #444444. Windows color (decimal): -11191731 or 5061205. OLE color: 5061205.
HSL color Cylindrical-coordinate representation of color #553A4D: hue angle of 317.78º 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 #553A4D is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 58 | 77 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.67 |
| HSL | 317.78º | 0.19% | 0.28% | - |
| HSV(B) | 317.78º | 0.32% | 0.33% | - |
| XYZ | 6.6 | 5.49 | 7.73 | - |
| YUV | 68.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 77 | 0 | 0.32 | 0.09 | 0.67 | 317.78 | 0.19 | 0.28 |
| Hex | 55 | 3A | 4D | 0 | 20 | 9 | 43 | 13E | 13 | 1C |
| Octal | 125 | 72 | 115 | 0 | 40 | 11 | 103 | 476 | 23 | 34 |
| Binary | 1010101 | 111010 | 1001101 | 0 | 100000 | 1001 | 1000011 | 100111110 | 10011 | 11100 |
Color Harmonies of #553A4D
Complementary color
Monochromatic Colors of #553A4D
Black with #553A4D
Text Example
Text Example
White with #553A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A4D; }
p { color: rgb(85,58,77); }
H1.HeaderClassName
{
color: #553A4D;
}
.AnyTagClassName
{
color: #553A4D;
}
</style>
background-color css
<style>
a { background-color: #553A4D; }
a { background-color: rgb(85,58,77); }
div.DivClassName
{
background-color: #553A4D;
}
.BgClassName
{
background-color: #553A4D;
}
</style>
border-color css
<style>
span { border-color: #553A4D; }
span { border-color: rgb(85,58,77); }
td.TdClassName
{
border-color: #553A4D;
}
.TagClassName
{
border-color: #553A4D;
}
</style>