Shades of Purple Taupe #5F435D
Tints of Purple Taupe #5F435D
RGB
CMYK
RGB Variations
Color information
#5F435D (or 0x5F435D) is known color: Purple Taupe. HEX triplet: 5F, 43 and 5D. RGB value is (95,67,93). Sum of RGB (Red+Green+Blue) = 95+67+93=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 95 - color contains mainly: red. Hex color #5F435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F435D is #A0BCA2. Grayscale: #4E4E4E. Windows color (decimal): -10534051 or 6112095. OLE color: 6112095.
HSL color Cylindrical-coordinate representation of color #5F435D: hue angle of 304.29º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F435D is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 67 | 93 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.63 |
| HSL | 304.29º | 0.17% | 0.32% | - |
| HSV(B) | 304.29º | 0.29% | 0.37% | - |
| XYZ | 8.7 | 7.24 | 11.29 | - |
| YUV | 78.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 67 | 93 | 0 | 0.29 | 0.02 | 0.63 | 304.29 | 0.17 | 0.32 |
| Hex | 5F | 43 | 5D | 0 | 1D | 2 | 3F | 130 | 11 | 20 |
| Octal | 137 | 103 | 135 | 0 | 35 | 2 | 77 | 460 | 21 | 40 |
| Binary | 1011111 | 1000011 | 1011101 | 0 | 11101 | 10 | 111111 | 100110000 | 10001 | 100000 |
Color Harmonies of #5F435D
Complementary color
Monochromatic Colors of #5F435D
Black with #5F435D
Text Example
Text Example
White with #5F435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F435D; }
p { color: rgb(95,67,93); }
H1.HeaderClassName
{
color: #5F435D;
}
.AnyTagClassName
{
color: #5F435D;
}
</style>
background-color css
<style>
a { background-color: #5F435D; }
a { background-color: rgb(95,67,93); }
div.DivClassName
{
background-color: #5F435D;
}
.BgClassName
{
background-color: #5F435D;
}
</style>
border-color css
<style>
span { border-color: #5F435D; }
span { border-color: rgb(95,67,93); }
td.TdClassName
{
border-color: #5F435D;
}
.TagClassName
{
border-color: #5F435D;
}
</style>