Shades of Purple Taupe #55424F
Tints of Purple Taupe #55424F
RGB
CMYK
RGB Variations
Color information
#55424F (or 0x55424F) is known color: Purple Taupe. HEX triplet: 55, 42 and 4F. RGB value is (85,66,79). Sum of RGB (Red+Green+Blue) = 85+66+79=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #55424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55424F is #AABDB0. Grayscale: #494949. Windows color (decimal): -11189681 or 5194325. OLE color: 5194325.
HSL color Cylindrical-coordinate representation of color #55424F: hue angle of 318.95º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #55424F is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 79 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.67 |
| HSL | 318.95º | 0.13% | 0.3% | - |
| HSV(B) | 318.95º | 0.22% | 0.33% | - |
| XYZ | 7.11 | 6.39 | 8.26 | - |
| YUV | 73.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 79 | 0 | 0.22 | 0.07 | 0.67 | 318.95 | 0.13 | 0.3 |
| Hex | 55 | 42 | 4F | 0 | 16 | 7 | 43 | 13F | D | 1E |
| Octal | 125 | 102 | 117 | 0 | 26 | 7 | 103 | 477 | 15 | 36 |
| Binary | 1010101 | 1000010 | 1001111 | 0 | 10110 | 111 | 1000011 | 100111111 | 1101 | 11110 |
Color Harmonies of #55424F
Complementary color
Monochromatic Colors of #55424F
Black with #55424F
Text Example
Text Example
White with #55424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55424F; }
p { color: rgb(85,66,79); }
H1.HeaderClassName
{
color: #55424F;
}
.AnyTagClassName
{
color: #55424F;
}
</style>
background-color css
<style>
a { background-color: #55424F; }
a { background-color: rgb(85,66,79); }
div.DivClassName
{
background-color: #55424F;
}
.BgClassName
{
background-color: #55424F;
}
</style>
border-color css
<style>
span { border-color: #55424F; }
span { border-color: rgb(85,66,79); }
td.TdClassName
{
border-color: #55424F;
}
.TagClassName
{
border-color: #55424F;
}
</style>