Shades of Purple Taupe #60445D
Tints of Purple Taupe #60445D
RGB
CMYK
RGB Variations
Color information
#60445D (or 0x60445D) is known color: Purple Taupe. HEX triplet: 60, 44 and 5D. RGB value is (96,68,93). Sum of RGB (Red+Green+Blue) = 96+68+93=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 96 - color contains mainly: red. Hex color #60445D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60445D is #9FBBA2. Grayscale: #4F4F4F. Windows color (decimal): -10468259 or 6112352. OLE color: 6112352.
HSL color Cylindrical-coordinate representation of color #60445D: hue angle of 306.43º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #60445D is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 68 | 93 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.62 |
| HSL | 306.43º | 0.17% | 0.32% | - |
| HSV(B) | 306.43º | 0.29% | 0.38% | - |
| XYZ | 8.87 | 7.41 | 11.32 | - |
| YUV | 79.22 | 135.78 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 68 | 93 | 0 | 0.29 | 0.03 | 0.62 | 306.43 | 0.17 | 0.32 |
| Hex | 60 | 44 | 5D | 0 | 1D | 3 | 3E | 132 | 11 | 20 |
| Octal | 140 | 104 | 135 | 0 | 35 | 3 | 76 | 462 | 21 | 40 |
| Binary | 1100000 | 1000100 | 1011101 | 0 | 11101 | 11 | 111110 | 100110010 | 10001 | 100000 |
Color Harmonies of #60445D
Complementary color
Monochromatic Colors of #60445D
Black with #60445D
Text Example
Text Example
White with #60445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60445D; }
p { color: rgb(96,68,93); }
H1.HeaderClassName
{
color: #60445D;
}
.AnyTagClassName
{
color: #60445D;
}
</style>
background-color css
<style>
a { background-color: #60445D; }
a { background-color: rgb(96,68,93); }
div.DivClassName
{
background-color: #60445D;
}
.BgClassName
{
background-color: #60445D;
}
</style>
border-color css
<style>
span { border-color: #60445D; }
span { border-color: rgb(96,68,93); }
td.TdClassName
{
border-color: #60445D;
}
.TagClassName
{
border-color: #60445D;
}
</style>