Shades of Purple Taupe #583354
Tints of Purple Taupe #583354
RGB
CMYK
RGB Variations
Color information
#583354 (or 0x583354) is known color: Purple Taupe. HEX triplet: 58, 33 and 54. RGB value is (88,51,84). Sum of RGB (Red+Green+Blue) = 88+51+84=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 88 - color contains mainly: red. Hex color #583354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583354 is #A7CCAB. Grayscale: #414141. Windows color (decimal): -10996908 or 5518168. OLE color: 5518168.
HSL color Cylindrical-coordinate representation of color #583354: hue angle of 306.49º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #583354 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 51 | 84 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.65 |
| HSL | 306.49º | 0.27% | 0.27% | - |
| HSV(B) | 306.49º | 0.42% | 0.35% | - |
| XYZ | 6.81 | 5.08 | 9.01 | - |
| YUV | 65.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 51 | 84 | 0 | 0.42 | 0.05 | 0.65 | 306.49 | 0.27 | 0.27 |
| Hex | 58 | 33 | 54 | 0 | 2A | 5 | 41 | 132 | 1B | 1B |
| Octal | 130 | 63 | 124 | 0 | 52 | 5 | 101 | 462 | 33 | 33 |
| Binary | 1011000 | 110011 | 1010100 | 0 | 101010 | 101 | 1000001 | 100110010 | 11011 | 11011 |
Color Harmonies of #583354
Complementary color
Monochromatic Colors of #583354
Black with #583354
Text Example
Text Example
White with #583354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583354; }
p { color: rgb(88,51,84); }
H1.HeaderClassName
{
color: #583354;
}
.AnyTagClassName
{
color: #583354;
}
</style>
background-color css
<style>
a { background-color: #583354; }
a { background-color: rgb(88,51,84); }
div.DivClassName
{
background-color: #583354;
}
.BgClassName
{
background-color: #583354;
}
</style>
border-color css
<style>
span { border-color: #583354; }
span { border-color: rgb(88,51,84); }
td.TdClassName
{
border-color: #583354;
}
.TagClassName
{
border-color: #583354;
}
</style>