Shades of Purple Taupe #58384E
Tints of Purple Taupe #58384E
RGB
CMYK
RGB Variations
Color information
#58384E (or 0x58384E) is known color: Purple Taupe. HEX triplet: 58, 38 and 4E. RGB value is (88,56,78). Sum of RGB (Red+Green+Blue) = 88+56+78=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 88 - color contains mainly: red. Hex color #58384E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58384E is #A7C7B1. Grayscale: #444444. Windows color (decimal): -10995634 or 5126232. OLE color: 5126232.
HSL color Cylindrical-coordinate representation of color #58384E: hue angle of 318.75º 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 #58384E is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 56 | 78 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.65 |
| HSL | 318.75º | 0.22% | 0.28% | - |
| HSV(B) | 318.75º | 0.36% | 0.35% | - |
| XYZ | 6.81 | 5.45 | 7.9 | - |
| YUV | 68.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 56 | 78 | 0 | 0.36 | 0.11 | 0.65 | 318.75 | 0.22 | 0.28 |
| Hex | 58 | 38 | 4E | 0 | 24 | B | 41 | 13F | 16 | 1C |
| Octal | 130 | 70 | 116 | 0 | 44 | 13 | 101 | 477 | 26 | 34 |
| Binary | 1011000 | 111000 | 1001110 | 0 | 100100 | 1011 | 1000001 | 100111111 | 10110 | 11100 |
Color Harmonies of #58384E
Complementary color
Monochromatic Colors of #58384E
Black with #58384E
Text Example
Text Example
White with #58384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58384E; }
p { color: rgb(88,56,78); }
H1.HeaderClassName
{
color: #58384E;
}
.AnyTagClassName
{
color: #58384E;
}
</style>
background-color css
<style>
a { background-color: #58384E; }
a { background-color: rgb(88,56,78); }
div.DivClassName
{
background-color: #58384E;
}
.BgClassName
{
background-color: #58384E;
}
</style>
border-color css
<style>
span { border-color: #58384E; }
span { border-color: rgb(88,56,78); }
td.TdClassName
{
border-color: #58384E;
}
.TagClassName
{
border-color: #58384E;
}
</style>