Shades of Purple Taupe #58384C
Tints of Purple Taupe #58384C
RGB
CMYK
RGB Variations
Color information
#58384C (or 0x58384C) is known color: Purple Taupe. HEX triplet: 58, 38 and 4C. RGB value is (88,56,76). Sum of RGB (Red+Green+Blue) = 88+56+76=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 88 - color contains mainly: red. Hex color #58384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58384C is #A7C7B3. Grayscale: #434343. Windows color (decimal): -10995636 or 4995160. OLE color: 4995160.
HSL color Cylindrical-coordinate representation of color #58384C: hue angle of 322.5º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58384C is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 56 | 76 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.65 |
| HSL | 322.5º | 0.22% | 0.28% | - |
| HSV(B) | 322.5º | 0.36% | 0.35% | - |
| XYZ | 6.74 | 5.42 | 7.53 | - |
| YUV | 67.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 56 | 76 | 0 | 0.36 | 0.14 | 0.65 | 322.5 | 0.22 | 0.28 |
| Hex | 58 | 38 | 4C | 0 | 24 | E | 41 | 142 | 16 | 1C |
| Octal | 130 | 70 | 114 | 0 | 44 | 16 | 101 | 502 | 26 | 34 |
| Binary | 1011000 | 111000 | 1001100 | 0 | 100100 | 1110 | 1000001 | 101000010 | 10110 | 11100 |
Color Harmonies of #58384C
Complementary color
Monochromatic Colors of #58384C
Black with #58384C
Text Example
Text Example
White with #58384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58384C; }
p { color: rgb(88,56,76); }
H1.HeaderClassName
{
color: #58384C;
}
.AnyTagClassName
{
color: #58384C;
}
</style>
background-color css
<style>
a { background-color: #58384C; }
a { background-color: rgb(88,56,76); }
div.DivClassName
{
background-color: #58384C;
}
.BgClassName
{
background-color: #58384C;
}
</style>
border-color css
<style>
span { border-color: #58384C; }
span { border-color: rgb(88,56,76); }
td.TdClassName
{
border-color: #58384C;
}
.TagClassName
{
border-color: #58384C;
}
</style>