Shades of Purple Taupe #60455D
Tints of Purple Taupe #60455D
RGB
CMYK
RGB Variations
Color information
#60455D (or 0x60455D) is known color: Purple Taupe. HEX triplet: 60, 45 and 5D. RGB value is (96,69,93). Sum of RGB (Red+Green+Blue) = 96+69+93=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 96 - color contains mainly: red. Hex color #60455D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60455D is #9FBAA2. Grayscale: #4F4F4F. Windows color (decimal): -10468003 or 6112608. OLE color: 6112608.
HSL color Cylindrical-coordinate representation of color #60455D: hue angle of 306.67º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #60455D is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 69 | 93 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.62 |
| HSL | 306.67º | 0.16% | 0.32% | - |
| HSV(B) | 306.67º | 0.28% | 0.38% | - |
| XYZ | 8.93 | 7.53 | 11.34 | - |
| YUV | 79.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 69 | 93 | 0 | 0.28 | 0.03 | 0.62 | 306.67 | 0.16 | 0.32 |
| Hex | 60 | 45 | 5D | 0 | 1C | 3 | 3E | 133 | 10 | 20 |
| Octal | 140 | 105 | 135 | 0 | 34 | 3 | 76 | 463 | 20 | 40 |
| Binary | 1100000 | 1000101 | 1011101 | 0 | 11100 | 11 | 111110 | 100110011 | 10000 | 100000 |
Color Harmonies of #60455D
Complementary color
Monochromatic Colors of #60455D
Black with #60455D
Text Example
Text Example
White with #60455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60455D; }
p { color: rgb(96,69,93); }
H1.HeaderClassName
{
color: #60455D;
}
.AnyTagClassName
{
color: #60455D;
}
</style>
background-color css
<style>
a { background-color: #60455D; }
a { background-color: rgb(96,69,93); }
div.DivClassName
{
background-color: #60455D;
}
.BgClassName
{
background-color: #60455D;
}
</style>
border-color css
<style>
span { border-color: #60455D; }
span { border-color: rgb(96,69,93); }
td.TdClassName
{
border-color: #60455D;
}
.TagClassName
{
border-color: #60455D;
}
</style>