Shades of Purple Taupe #604558
Tints of Purple Taupe #604558
RGB
CMYK
RGB Variations
Color information
#604558 (or 0x604558) is known color: Purple Taupe. HEX triplet: 60, 45 and 58. RGB value is (96,69,88). Sum of RGB (Red+Green+Blue) = 96+69+88=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 96 - color contains mainly: red. Hex color #604558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604558 is #9FBAA7. Grayscale: #4F4F4F. Windows color (decimal): -10468008 or 5784928. OLE color: 5784928.
HSL color Cylindrical-coordinate representation of color #604558: hue angle of 317.78º 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 #604558 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 69 | 88 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.62 |
| HSL | 317.78º | 0.16% | 0.32% | - |
| HSV(B) | 317.78º | 0.28% | 0.38% | - |
| XYZ | 8.71 | 7.45 | 10.21 | - |
| YUV | 79.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 69 | 88 | 0 | 0.28 | 0.08 | 0.62 | 317.78 | 0.16 | 0.32 |
| Hex | 60 | 45 | 58 | 0 | 1C | 8 | 3E | 13E | 10 | 20 |
| Octal | 140 | 105 | 130 | 0 | 34 | 10 | 76 | 476 | 20 | 40 |
| Binary | 1100000 | 1000101 | 1011000 | 0 | 11100 | 1000 | 111110 | 100111110 | 10000 | 100000 |
Color Harmonies of #604558
Complementary color
Monochromatic Colors of #604558
Black with #604558
Text Example
Text Example
White with #604558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604558; }
p { color: rgb(96,69,88); }
H1.HeaderClassName
{
color: #604558;
}
.AnyTagClassName
{
color: #604558;
}
</style>
background-color css
<style>
a { background-color: #604558; }
a { background-color: rgb(96,69,88); }
div.DivClassName
{
background-color: #604558;
}
.BgClassName
{
background-color: #604558;
}
</style>
border-color css
<style>
span { border-color: #604558; }
span { border-color: rgb(96,69,88); }
td.TdClassName
{
border-color: #604558;
}
.TagClassName
{
border-color: #604558;
}
</style>