Shades of Purple Taupe #60435D
Tints of Purple Taupe #60435D
RGB
CMYK
RGB Variations
Color information
#60435D (or 0x60435D) is known color: Purple Taupe. HEX triplet: 60, 43 and 5D. RGB value is (96,67,93). Sum of RGB (Red+Green+Blue) = 96+67+93=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #60435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60435D is #9FBCA2. Grayscale: #4E4E4E. Windows color (decimal): -10468515 or 6112096. OLE color: 6112096.
HSL color Cylindrical-coordinate representation of color #60435D: hue angle of 306.21º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60435D is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 67 | 93 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.62 |
| HSL | 306.21º | 0.18% | 0.32% | - |
| HSV(B) | 306.21º | 0.3% | 0.38% | - |
| XYZ | 8.81 | 7.29 | 11.3 | - |
| YUV | 78.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 67 | 93 | 0 | 0.30 | 0.03 | 0.62 | 306.21 | 0.18 | 0.32 |
| Hex | 60 | 43 | 5D | 0 | 1E | 3 | 3E | 132 | 12 | 20 |
| Octal | 140 | 103 | 135 | 0 | 36 | 3 | 76 | 462 | 22 | 40 |
| Binary | 1100000 | 1000011 | 1011101 | 0 | 11110 | 11 | 111110 | 100110010 | 10010 | 100000 |
Color Harmonies of #60435D
Complementary color
Monochromatic Colors of #60435D
Black with #60435D
Text Example
Text Example
White with #60435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60435D; }
p { color: rgb(96,67,93); }
H1.HeaderClassName
{
color: #60435D;
}
.AnyTagClassName
{
color: #60435D;
}
</style>
background-color css
<style>
a { background-color: #60435D; }
a { background-color: rgb(96,67,93); }
div.DivClassName
{
background-color: #60435D;
}
.BgClassName
{
background-color: #60435D;
}
</style>
border-color css
<style>
span { border-color: #60435D; }
span { border-color: rgb(96,67,93); }
td.TdClassName
{
border-color: #60435D;
}
.TagClassName
{
border-color: #60435D;
}
</style>