Shades of Purple Taupe #54394F
Tints of Purple Taupe #54394F
RGB
CMYK
RGB Variations
Color information
#54394F (or 0x54394F) is known color: Purple Taupe. HEX triplet: 54, 39 and 4F. RGB value is (84,57,79). Sum of RGB (Red+Green+Blue) = 84+57+79=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 84 - color contains mainly: red. Hex color #54394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54394F is #ABC6B0. Grayscale: #434343. Windows color (decimal): -11257521 or 5192020. OLE color: 5192020.
HSL color Cylindrical-coordinate representation of color #54394F: hue angle of 311.11º 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 #54394F is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 57 | 79 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.67 |
| HSL | 311.11º | 0.19% | 0.28% | - |
| HSV(B) | 311.11º | 0.32% | 0.33% | - |
| XYZ | 6.53 | 5.38 | 8.09 | - |
| YUV | 67.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 57 | 79 | 0 | 0.32 | 0.06 | 0.67 | 311.11 | 0.19 | 0.28 |
| Hex | 54 | 39 | 4F | 0 | 20 | 6 | 43 | 137 | 13 | 1C |
| Octal | 124 | 71 | 117 | 0 | 40 | 6 | 103 | 467 | 23 | 34 |
| Binary | 1010100 | 111001 | 1001111 | 0 | 100000 | 110 | 1000011 | 100110111 | 10011 | 11100 |
Color Harmonies of #54394F
Complementary color
Monochromatic Colors of #54394F
Black with #54394F
Text Example
Text Example
White with #54394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54394F; }
p { color: rgb(84,57,79); }
H1.HeaderClassName
{
color: #54394F;
}
.AnyTagClassName
{
color: #54394F;
}
</style>
background-color css
<style>
a { background-color: #54394F; }
a { background-color: rgb(84,57,79); }
div.DivClassName
{
background-color: #54394F;
}
.BgClassName
{
background-color: #54394F;
}
</style>
border-color css
<style>
span { border-color: #54394F; }
span { border-color: rgb(84,57,79); }
td.TdClassName
{
border-color: #54394F;
}
.TagClassName
{
border-color: #54394F;
}
</style>