Shades of Purple Taupe #604357
Tints of Purple Taupe #604357
RGB
CMYK
RGB Variations
Color information
#604357 (or 0x604357) is known color: Purple Taupe. HEX triplet: 60, 43 and 57. RGB value is (96,67,87). Sum of RGB (Red+Green+Blue) = 96+67+87=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 96 - color contains mainly: red. Hex color #604357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604357 is #9FBCA8. Grayscale: #4D4D4D. Windows color (decimal): -10468521 or 5718880. OLE color: 5718880.
HSL color Cylindrical-coordinate representation of color #604357: hue angle of 318.62º 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 #604357 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 67 | 87 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.62 |
| HSL | 318.62º | 0.18% | 0.32% | - |
| HSV(B) | 318.62º | 0.3% | 0.38% | - |
| XYZ | 8.55 | 7.19 | 9.95 | - |
| YUV | 77.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 67 | 87 | 0 | 0.30 | 0.09 | 0.62 | 318.62 | 0.18 | 0.32 |
| Hex | 60 | 43 | 57 | 0 | 1E | 9 | 3E | 13F | 12 | 20 |
| Octal | 140 | 103 | 127 | 0 | 36 | 11 | 76 | 477 | 22 | 40 |
| Binary | 1100000 | 1000011 | 1010111 | 0 | 11110 | 1001 | 111110 | 100111111 | 10010 | 100000 |
Color Harmonies of #604357
Complementary color
Monochromatic Colors of #604357
Black with #604357
Text Example
Text Example
White with #604357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604357; }
p { color: rgb(96,67,87); }
H1.HeaderClassName
{
color: #604357;
}
.AnyTagClassName
{
color: #604357;
}
</style>
background-color css
<style>
a { background-color: #604357; }
a { background-color: rgb(96,67,87); }
div.DivClassName
{
background-color: #604357;
}
.BgClassName
{
background-color: #604357;
}
</style>
border-color css
<style>
span { border-color: #604357; }
span { border-color: rgb(96,67,87); }
td.TdClassName
{
border-color: #604357;
}
.TagClassName
{
border-color: #604357;
}
</style>