Shades of Purple Taupe #60465B
Tints of Purple Taupe #60465B
RGB
CMYK
RGB Variations
Color information
#60465B (or 0x60465B) is known color: Purple Taupe. HEX triplet: 60, 46 and 5B. RGB value is (96,70,91). Sum of RGB (Red+Green+Blue) = 96+70+91=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 96 - color contains mainly: red. Hex color #60465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60465B is #9FB9A4. Grayscale: #505050. Windows color (decimal): -10467749 or 5981792. OLE color: 5981792.
HSL color Cylindrical-coordinate representation of color #60465B: hue angle of 311.54º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #60465B is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 70 | 91 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.62 |
| HSL | 311.54º | 0.16% | 0.33% | - |
| HSV(B) | 311.54º | 0.27% | 0.38% | - |
| XYZ | 8.9 | 7.62 | 10.9 | - |
| YUV | 80.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 70 | 91 | 0 | 0.27 | 0.05 | 0.62 | 311.54 | 0.16 | 0.33 |
| Hex | 60 | 46 | 5B | 0 | 1B | 5 | 3E | 138 | 10 | 21 |
| Octal | 140 | 106 | 133 | 0 | 33 | 5 | 76 | 470 | 20 | 41 |
| Binary | 1100000 | 1000110 | 1011011 | 0 | 11011 | 101 | 111110 | 100111000 | 10000 | 100001 |
Color Harmonies of #60465B
Complementary color
Monochromatic Colors of #60465B
Black with #60465B
Text Example
Text Example
White with #60465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60465B; }
p { color: rgb(96,70,91); }
H1.HeaderClassName
{
color: #60465B;
}
.AnyTagClassName
{
color: #60465B;
}
</style>
background-color css
<style>
a { background-color: #60465B; }
a { background-color: rgb(96,70,91); }
div.DivClassName
{
background-color: #60465B;
}
.BgClassName
{
background-color: #60465B;
}
</style>
border-color css
<style>
span { border-color: #60465B; }
span { border-color: rgb(96,70,91); }
td.TdClassName
{
border-color: #60465B;
}
.TagClassName
{
border-color: #60465B;
}
</style>