Shades of Purple Taupe #60475D
Tints of Purple Taupe #60475D
RGB
CMYK
RGB Variations
Color information
#60475D (or 0x60475D) is known color: Purple Taupe. HEX triplet: 60, 47 and 5D. RGB value is (96,71,93). Sum of RGB (Red+Green+Blue) = 96+71+93=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 96 - color contains mainly: red. Hex color #60475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60475D is #9FB8A2. Grayscale: #505050. Windows color (decimal): -10467491 or 6113120. OLE color: 6113120.
HSL color Cylindrical-coordinate representation of color #60475D: hue angle of 307.2º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #60475D is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 71 | 93 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.62 |
| HSL | 307.2º | 0.15% | 0.33% | - |
| HSV(B) | 307.2º | 0.26% | 0.38% | - |
| XYZ | 9.05 | 7.78 | 11.38 | - |
| YUV | 80.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 93 | 0 | 0.26 | 0.03 | 0.62 | 307.2 | 0.15 | 0.33 |
| Hex | 60 | 47 | 5D | 0 | 1A | 3 | 3E | 133 | F | 21 |
| Octal | 140 | 107 | 135 | 0 | 32 | 3 | 76 | 463 | 17 | 41 |
| Binary | 1100000 | 1000111 | 1011101 | 0 | 11010 | 11 | 111110 | 100110011 | 1111 | 100001 |
Color Harmonies of #60475D
Complementary color
Monochromatic Colors of #60475D
Black with #60475D
Text Example
Text Example
White with #60475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60475D; }
p { color: rgb(96,71,93); }
H1.HeaderClassName
{
color: #60475D;
}
.AnyTagClassName
{
color: #60475D;
}
</style>
background-color css
<style>
a { background-color: #60475D; }
a { background-color: rgb(96,71,93); }
div.DivClassName
{
background-color: #60475D;
}
.BgClassName
{
background-color: #60475D;
}
</style>
border-color css
<style>
span { border-color: #60475D; }
span { border-color: rgb(96,71,93); }
td.TdClassName
{
border-color: #60475D;
}
.TagClassName
{
border-color: #60475D;
}
</style>