Shades of Purple Taupe #58364E
Tints of Purple Taupe #58364E
RGB
CMYK
RGB Variations
Color information
#58364E (or 0x58364E) is known color: Purple Taupe. HEX triplet: 58, 36 and 4E. RGB value is (88,54,78). Sum of RGB (Red+Green+Blue) = 88+54+78=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 88 - color contains mainly: red. Hex color #58364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58364E is #A7C9B1. Grayscale: #424242. Windows color (decimal): -10996146 or 5125720. OLE color: 5125720.
HSL color Cylindrical-coordinate representation of color #58364E: hue angle of 317.65º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #58364E is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 54 | 78 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.65 |
| HSL | 317.65º | 0.24% | 0.28% | - |
| HSV(B) | 317.65º | 0.39% | 0.35% | - |
| XYZ | 6.72 | 5.26 | 7.87 | - |
| YUV | 66.9 | 134.26 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 54 | 78 | 0 | 0.39 | 0.11 | 0.65 | 317.65 | 0.24 | 0.28 |
| Hex | 58 | 36 | 4E | 0 | 27 | B | 41 | 13E | 18 | 1C |
| Octal | 130 | 66 | 116 | 0 | 47 | 13 | 101 | 476 | 30 | 34 |
| Binary | 1011000 | 110110 | 1001110 | 0 | 100111 | 1011 | 1000001 | 100111110 | 11000 | 11100 |
Color Harmonies of #58364E
Complementary color
Monochromatic Colors of #58364E
Black with #58364E
Text Example
Text Example
White with #58364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58364E; }
p { color: rgb(88,54,78); }
H1.HeaderClassName
{
color: #58364E;
}
.AnyTagClassName
{
color: #58364E;
}
</style>
background-color css
<style>
a { background-color: #58364E; }
a { background-color: rgb(88,54,78); }
div.DivClassName
{
background-color: #58364E;
}
.BgClassName
{
background-color: #58364E;
}
</style>
border-color css
<style>
span { border-color: #58364E; }
span { border-color: rgb(88,54,78); }
td.TdClassName
{
border-color: #58364E;
}
.TagClassName
{
border-color: #58364E;
}
</style>