Shades of Purple Taupe #60465A
Tints of Purple Taupe #60465A
RGB
CMYK
RGB Variations
Color information
#60465A (or 0x60465A) is known color: Purple Taupe. HEX triplet: 60, 46 and 5A. RGB value is (96,70,90). Sum of RGB (Red+Green+Blue) = 96+70+90=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #60465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60465A is #9FB9A5. Grayscale: #505050. Windows color (decimal): -10467750 or 5916256. OLE color: 5916256.
HSL color Cylindrical-coordinate representation of color #60465A: hue angle of 313.85º 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 #60465A is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 70 | 90 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.62 |
| HSL | 313.85º | 0.16% | 0.33% | - |
| HSV(B) | 313.85º | 0.27% | 0.38% | - |
| XYZ | 8.86 | 7.61 | 10.67 | - |
| YUV | 80.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 70 | 90 | 0 | 0.27 | 0.06 | 0.62 | 313.85 | 0.16 | 0.33 |
| Hex | 60 | 46 | 5A | 0 | 1B | 6 | 3E | 13A | 10 | 21 |
| Octal | 140 | 106 | 132 | 0 | 33 | 6 | 76 | 472 | 20 | 41 |
| Binary | 1100000 | 1000110 | 1011010 | 0 | 11011 | 110 | 111110 | 100111010 | 10000 | 100001 |
Color Harmonies of #60465A
Complementary color
Monochromatic Colors of #60465A
Black with #60465A
Text Example
Text Example
White with #60465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60465A; }
p { color: rgb(96,70,90); }
H1.HeaderClassName
{
color: #60465A;
}
.AnyTagClassName
{
color: #60465A;
}
</style>
background-color css
<style>
a { background-color: #60465A; }
a { background-color: rgb(96,70,90); }
div.DivClassName
{
background-color: #60465A;
}
.BgClassName
{
background-color: #60465A;
}
</style>
border-color css
<style>
span { border-color: #60465A; }
span { border-color: rgb(96,70,90); }
td.TdClassName
{
border-color: #60465A;
}
.TagClassName
{
border-color: #60465A;
}
</style>