Shades of Purple Taupe #54394C
Tints of Purple Taupe #54394C
RGB
CMYK
RGB Variations
Color information
#54394C (or 0x54394C) is known color: Purple Taupe. HEX triplet: 54, 39 and 4C. RGB value is (84,57,76). Sum of RGB (Red+Green+Blue) = 84+57+76=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 84 - color contains mainly: red. Hex color #54394C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54394C is #ABC6B3. Grayscale: #434343. Windows color (decimal): -11257524 or 4995412. OLE color: 4995412.
HSL color Cylindrical-coordinate representation of color #54394C: 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 #54394C is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 57 | 76 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.67 |
| HSL | 317.78º | 0.19% | 0.28% | - |
| HSV(B) | 317.78º | 0.32% | 0.33% | - |
| XYZ | 6.42 | 5.33 | 7.53 | - |
| YUV | 67.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 57 | 76 | 0 | 0.32 | 0.10 | 0.67 | 317.78 | 0.19 | 0.28 |
| Hex | 54 | 39 | 4C | 0 | 20 | A | 43 | 13E | 13 | 1C |
| Octal | 124 | 71 | 114 | 0 | 40 | 12 | 103 | 476 | 23 | 34 |
| Binary | 1010100 | 111001 | 1001100 | 0 | 100000 | 1010 | 1000011 | 100111110 | 10011 | 11100 |
Color Harmonies of #54394C
Complementary color
Monochromatic Colors of #54394C
Black with #54394C
Text Example
Text Example
White with #54394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54394C; }
p { color: rgb(84,57,76); }
H1.HeaderClassName
{
color: #54394C;
}
.AnyTagClassName
{
color: #54394C;
}
</style>
background-color css
<style>
a { background-color: #54394C; }
a { background-color: rgb(84,57,76); }
div.DivClassName
{
background-color: #54394C;
}
.BgClassName
{
background-color: #54394C;
}
</style>
border-color css
<style>
span { border-color: #54394C; }
span { border-color: rgb(84,57,76); }
td.TdClassName
{
border-color: #54394C;
}
.TagClassName
{
border-color: #54394C;
}
</style>