Shades of Purple Taupe #654560
Tints of Purple Taupe #654560
RGB
CMYK
RGB Variations
Color information
#654560 (or 0x654560) is known color: Purple Taupe. HEX triplet: 65, 45 and 60. RGB value is (101,69,96). Sum of RGB (Red+Green+Blue) = 101+69+96=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 101 - color contains mainly: red. Hex color #654560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654560 is #9ABA9F. Grayscale: #515151. Windows color (decimal): -10140320 or 6309221. OLE color: 6309221.
HSL color Cylindrical-coordinate representation of color #654560: hue angle of 309.38º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #654560 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 69 | 96 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.60 |
| HSL | 309.38º | 0.19% | 0.33% | - |
| HSV(B) | 309.38º | 0.32% | 0.4% | - |
| XYZ | 9.61 | 7.87 | 12.08 | - |
| YUV | 81.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 69 | 96 | 0 | 0.32 | 0.05 | 0.60 | 309.38 | 0.19 | 0.33 |
| Hex | 65 | 45 | 60 | 0 | 20 | 5 | 3C | 135 | 13 | 21 |
| Octal | 145 | 105 | 140 | 0 | 40 | 5 | 74 | 465 | 23 | 41 |
| Binary | 1100101 | 1000101 | 1100000 | 0 | 100000 | 101 | 111100 | 100110101 | 10011 | 100001 |
Color Harmonies of #654560
Complementary color
Monochromatic Colors of #654560
Black with #654560
Text Example
Text Example
White with #654560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654560; }
p { color: rgb(101,69,96); }
H1.HeaderClassName
{
color: #654560;
}
.AnyTagClassName
{
color: #654560;
}
</style>
background-color css
<style>
a { background-color: #654560; }
a { background-color: rgb(101,69,96); }
div.DivClassName
{
background-color: #654560;
}
.BgClassName
{
background-color: #654560;
}
</style>
border-color css
<style>
span { border-color: #654560; }
span { border-color: rgb(101,69,96); }
td.TdClassName
{
border-color: #654560;
}
.TagClassName
{
border-color: #654560;
}
</style>