Shades of Purple Taupe #583955
Tints of Purple Taupe #583955
RGB
CMYK
RGB Variations
Color information
#583955 (or 0x583955) is known color: Purple Taupe. HEX triplet: 58, 39 and 55. RGB value is (88,57,85). Sum of RGB (Red+Green+Blue) = 88+57+85=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 88 - color contains mainly: red. Hex color #583955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583955 is #A7C6AA. Grayscale: #454545. Windows color (decimal): -10995371 or 5585240. OLE color: 5585240.
HSL color Cylindrical-coordinate representation of color #583955: hue angle of 305.81º 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 #583955 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 57 | 85 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.65 |
| HSL | 305.81º | 0.21% | 0.28% | - |
| HSV(B) | 305.81º | 0.35% | 0.35% | - |
| XYZ | 7.13 | 5.66 | 9.31 | - |
| YUV | 69.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 57 | 85 | 0 | 0.35 | 0.03 | 0.65 | 305.81 | 0.21 | 0.28 |
| Hex | 58 | 39 | 55 | 0 | 23 | 3 | 41 | 132 | 15 | 1C |
| Octal | 130 | 71 | 125 | 0 | 43 | 3 | 101 | 462 | 25 | 34 |
| Binary | 1011000 | 111001 | 1010101 | 0 | 100011 | 11 | 1000001 | 100110010 | 10101 | 11100 |
Color Harmonies of #583955
Complementary color
Monochromatic Colors of #583955
Black with #583955
Text Example
Text Example
White with #583955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583955; }
p { color: rgb(88,57,85); }
H1.HeaderClassName
{
color: #583955;
}
.AnyTagClassName
{
color: #583955;
}
</style>
background-color css
<style>
a { background-color: #583955; }
a { background-color: rgb(88,57,85); }
div.DivClassName
{
background-color: #583955;
}
.BgClassName
{
background-color: #583955;
}
</style>
border-color css
<style>
span { border-color: #583955; }
span { border-color: rgb(88,57,85); }
td.TdClassName
{
border-color: #583955;
}
.TagClassName
{
border-color: #583955;
}
</style>