Shades of Purple Taupe #54434F
Tints of Purple Taupe #54434F
RGB
CMYK
RGB Variations
Color information
#54434F (or 0x54434F) is known color: Purple Taupe. HEX triplet: 54, 43 and 4F. RGB value is (84,67,79). Sum of RGB (Red+Green+Blue) = 84+67+79=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 84 - color contains mainly: red. Hex color #54434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54434F is #ABBCB0. Grayscale: #494949. Windows color (decimal): -11254961 or 5194580. OLE color: 5194580.
HSL color Cylindrical-coordinate representation of color #54434F: hue angle of 317.65º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #54434F is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 67 | 79 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.67 |
| HSL | 317.65º | 0.11% | 0.3% | - |
| HSV(B) | 317.65º | 0.2% | 0.33% | - |
| XYZ | 7.07 | 6.46 | 8.27 | - |
| YUV | 73.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 67 | 79 | 0 | 0.20 | 0.06 | 0.67 | 317.65 | 0.11 | 0.3 |
| Hex | 54 | 43 | 4F | 0 | 14 | 6 | 43 | 13E | B | 1E |
| Octal | 124 | 103 | 117 | 0 | 24 | 6 | 103 | 476 | 13 | 36 |
| Binary | 1010100 | 1000011 | 1001111 | 0 | 10100 | 110 | 1000011 | 100111110 | 1011 | 11110 |
Color Harmonies of #54434F
Complementary color
Monochromatic Colors of #54434F
Black with #54434F
Text Example
Text Example
White with #54434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54434F; }
p { color: rgb(84,67,79); }
H1.HeaderClassName
{
color: #54434F;
}
.AnyTagClassName
{
color: #54434F;
}
</style>
background-color css
<style>
a { background-color: #54434F; }
a { background-color: rgb(84,67,79); }
div.DivClassName
{
background-color: #54434F;
}
.BgClassName
{
background-color: #54434F;
}
</style>
border-color css
<style>
span { border-color: #54434F; }
span { border-color: rgb(84,67,79); }
td.TdClassName
{
border-color: #54434F;
}
.TagClassName
{
border-color: #54434F;
}
</style>