Shades of Purple Taupe #58394C
Tints of Purple Taupe #58394C
RGB
CMYK
RGB Variations
Color information
#58394C (or 0x58394C) is known color: Purple Taupe. HEX triplet: 58, 39 and 4C. RGB value is (88,57,76). Sum of RGB (Red+Green+Blue) = 88+57+76=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 88 - color contains mainly: red. Hex color #58394C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58394C is #A7C6B3. Grayscale: #444444. Windows color (decimal): -10995380 or 4995416. OLE color: 4995416.
HSL color Cylindrical-coordinate representation of color #58394C: hue angle of 323.23º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #58394C is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 57 | 76 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.65 |
| HSL | 323.23º | 0.21% | 0.28% | - |
| HSV(B) | 323.23º | 0.35% | 0.35% | - |
| XYZ | 6.79 | 5.52 | 7.55 | - |
| YUV | 68.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 57 | 76 | 0 | 0.35 | 0.14 | 0.65 | 323.23 | 0.21 | 0.28 |
| Hex | 58 | 39 | 4C | 0 | 23 | E | 41 | 143 | 15 | 1C |
| Octal | 130 | 71 | 114 | 0 | 43 | 16 | 101 | 503 | 25 | 34 |
| Binary | 1011000 | 111001 | 1001100 | 0 | 100011 | 1110 | 1000001 | 101000011 | 10101 | 11100 |
Color Harmonies of #58394C
Complementary color
Monochromatic Colors of #58394C
Black with #58394C
Text Example
Text Example
White with #58394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58394C; }
p { color: rgb(88,57,76); }
H1.HeaderClassName
{
color: #58394C;
}
.AnyTagClassName
{
color: #58394C;
}
</style>
background-color css
<style>
a { background-color: #58394C; }
a { background-color: rgb(88,57,76); }
div.DivClassName
{
background-color: #58394C;
}
.BgClassName
{
background-color: #58394C;
}
</style>
border-color css
<style>
span { border-color: #58394C; }
span { border-color: rgb(88,57,76); }
td.TdClassName
{
border-color: #58394C;
}
.TagClassName
{
border-color: #58394C;
}
</style>