Shades of Purple Taupe #5D364F
Tints of Purple Taupe #5D364F
RGB
CMYK
RGB Variations
Color information
#5D364F (or 0x5D364F) is known color: Purple Taupe. HEX triplet: 5D, 36 and 4F. RGB value is (93,54,79). Sum of RGB (Red+Green+Blue) = 93+54+79=226 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.15% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 93 - color contains mainly: red. Hex color #5D364F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D364F is #A2C9B0. Grayscale: #444444. Windows color (decimal): -10668465 or 5191261. OLE color: 5191261.
HSL color Cylindrical-coordinate representation of color #5D364F: hue angle of 321.54º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D364F is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 54 | 79 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.64 |
| HSL | 321.54º | 0.27% | 0.29% | - |
| HSV(B) | 321.54º | 0.42% | 0.36% | - |
| XYZ | 7.24 | 5.53 | 8.08 | - |
| YUV | 68.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 54 | 79 | 0 | 0.42 | 0.15 | 0.64 | 321.54 | 0.27 | 0.29 |
| Hex | 5D | 36 | 4F | 0 | 2A | F | 40 | 142 | 1B | 1D |
| Octal | 135 | 66 | 117 | 0 | 52 | 17 | 100 | 502 | 33 | 35 |
| Binary | 1011101 | 110110 | 1001111 | 0 | 101010 | 1111 | 1000000 | 101000010 | 11011 | 11101 |
Color Harmonies of #5D364F
Complementary color
Monochromatic Colors of #5D364F
Black with #5D364F
Text Example
Text Example
White with #5D364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D364F; }
p { color: rgb(93,54,79); }
H1.HeaderClassName
{
color: #5D364F;
}
.AnyTagClassName
{
color: #5D364F;
}
</style>
background-color css
<style>
a { background-color: #5D364F; }
a { background-color: rgb(93,54,79); }
div.DivClassName
{
background-color: #5D364F;
}
.BgClassName
{
background-color: #5D364F;
}
</style>
border-color css
<style>
span { border-color: #5D364F; }
span { border-color: rgb(93,54,79); }
td.TdClassName
{
border-color: #5D364F;
}
.TagClassName
{
border-color: #5D364F;
}
</style>