Shades of Purple Taupe #54394A
Tints of Purple Taupe #54394A
RGB
CMYK
RGB Variations
Color information
#54394A (or 0x54394A) is known color: Purple Taupe. HEX triplet: 54, 39 and 4A. RGB value is (84,57,74). Sum of RGB (Red+Green+Blue) = 84+57+74=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 84 - color contains mainly: red. Hex color #54394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54394A is #ABC6B5. Grayscale: #424242. Windows color (decimal): -11257526 or 4864340. OLE color: 4864340.
HSL color Cylindrical-coordinate representation of color #54394A: hue angle of 322.22º 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 #54394A is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 57 | 74 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.67 |
| HSL | 322.22º | 0.19% | 0.28% | - |
| HSV(B) | 322.22º | 0.32% | 0.33% | - |
| XYZ | 6.36 | 5.31 | 7.17 | - |
| YUV | 67.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 57 | 74 | 0 | 0.32 | 0.12 | 0.67 | 322.22 | 0.19 | 0.28 |
| Hex | 54 | 39 | 4A | 0 | 20 | C | 43 | 142 | 13 | 1C |
| Octal | 124 | 71 | 112 | 0 | 40 | 14 | 103 | 502 | 23 | 34 |
| Binary | 1010100 | 111001 | 1001010 | 0 | 100000 | 1100 | 1000011 | 101000010 | 10011 | 11100 |
Color Harmonies of #54394A
Complementary color
Monochromatic Colors of #54394A
Black with #54394A
Text Example
Text Example
White with #54394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54394A; }
p { color: rgb(84,57,74); }
H1.HeaderClassName
{
color: #54394A;
}
.AnyTagClassName
{
color: #54394A;
}
</style>
background-color css
<style>
a { background-color: #54394A; }
a { background-color: rgb(84,57,74); }
div.DivClassName
{
background-color: #54394A;
}
.BgClassName
{
background-color: #54394A;
}
</style>
border-color css
<style>
span { border-color: #54394A; }
span { border-color: rgb(84,57,74); }
td.TdClassName
{
border-color: #54394A;
}
.TagClassName
{
border-color: #54394A;
}
</style>