Shades of Purple Taupe #55434F
Tints of Purple Taupe #55434F
RGB
CMYK
RGB Variations
Color information
#55434F (or 0x55434F) is known color: Purple Taupe. HEX triplet: 55, 43 and 4F. RGB value is (85,67,79). Sum of RGB (Red+Green+Blue) = 85+67+79=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 85 - color contains mainly: red. Hex color #55434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55434F is #AABCB0. Grayscale: #494949. Windows color (decimal): -11189425 or 5194581. OLE color: 5194581.
HSL color Cylindrical-coordinate representation of color #55434F: hue angle of 320º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #55434F is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 79 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.67 |
| HSL | 320º | 0.12% | 0.3% | - |
| HSV(B) | 320º | 0.21% | 0.33% | - |
| XYZ | 7.16 | 6.51 | 8.28 | - |
| YUV | 73.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 79 | 0 | 0.21 | 0.07 | 0.67 | 320 | 0.12 | 0.3 |
| Hex | 55 | 43 | 4F | 0 | 15 | 7 | 43 | 140 | C | 1E |
| Octal | 125 | 103 | 117 | 0 | 25 | 7 | 103 | 500 | 14 | 36 |
| Binary | 1010101 | 1000011 | 1001111 | 0 | 10101 | 111 | 1000011 | 101000000 | 1100 | 11110 |
Color Harmonies of #55434F
Complementary color
Monochromatic Colors of #55434F
Black with #55434F
Text Example
Text Example
White with #55434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55434F; }
p { color: rgb(85,67,79); }
H1.HeaderClassName
{
color: #55434F;
}
.AnyTagClassName
{
color: #55434F;
}
</style>
background-color css
<style>
a { background-color: #55434F; }
a { background-color: rgb(85,67,79); }
div.DivClassName
{
background-color: #55434F;
}
.BgClassName
{
background-color: #55434F;
}
</style>
border-color css
<style>
span { border-color: #55434F; }
span { border-color: rgb(85,67,79); }
td.TdClassName
{
border-color: #55434F;
}
.TagClassName
{
border-color: #55434F;
}
</style>