Shades of Purple Taupe #604C5C
Tints of Purple Taupe #604C5C
RGB
CMYK
RGB Variations
Color information
#604C5C (or 0x604C5C) is known color: Purple Taupe. HEX triplet: 60, 4C and 5C. RGB value is (96,76,92). Sum of RGB (Red+Green+Blue) = 96+76+92=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 96 - color contains mainly: red. Hex color #604C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C5C is #9FB3A3. Grayscale: #535353. Windows color (decimal): -10466212 or 6048864. OLE color: 6048864.
HSL color Cylindrical-coordinate representation of color #604C5C: hue angle of 312º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #604C5C is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 76 | 92 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.62 |
| HSL | 312º | 0.12% | 0.34% | - |
| HSV(B) | 312º | 0.21% | 0.38% | - |
| XYZ | 9.34 | 8.43 | 11.26 | - |
| YUV | 83.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 92 | 0 | 0.21 | 0.04 | 0.62 | 312 | 0.12 | 0.34 |
| Hex | 60 | 4C | 5C | 0 | 15 | 4 | 3E | 138 | C | 22 |
| Octal | 140 | 114 | 134 | 0 | 25 | 4 | 76 | 470 | 14 | 42 |
| Binary | 1100000 | 1001100 | 1011100 | 0 | 10101 | 100 | 111110 | 100111000 | 1100 | 100010 |
Color Harmonies of #604C5C
Complementary color
Monochromatic Colors of #604C5C
Black with #604C5C
Text Example
Text Example
White with #604C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C5C; }
p { color: rgb(96,76,92); }
H1.HeaderClassName
{
color: #604C5C;
}
.AnyTagClassName
{
color: #604C5C;
}
</style>
background-color css
<style>
a { background-color: #604C5C; }
a { background-color: rgb(96,76,92); }
div.DivClassName
{
background-color: #604C5C;
}
.BgClassName
{
background-color: #604C5C;
}
</style>
border-color css
<style>
span { border-color: #604C5C; }
span { border-color: rgb(96,76,92); }
td.TdClassName
{
border-color: #604C5C;
}
.TagClassName
{
border-color: #604C5C;
}
</style>