Shades of Purple Taupe #653F5B
Tints of Purple Taupe #653F5B
RGB
CMYK
RGB Variations
Color information
#653F5B (or 0x653F5B) is known color: Purple Taupe. HEX triplet: 65, 3F and 5B. RGB value is (101,63,91). Sum of RGB (Red+Green+Blue) = 101+63+91=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 101 - color contains mainly: red. Hex color #653F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653F5B is #9AC0A4. Grayscale: #4D4D4D. Windows color (decimal): -10141861 or 5980005. OLE color: 5980005.
HSL color Cylindrical-coordinate representation of color #653F5B: hue angle of 315.79º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #653F5B is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 63 | 91 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.60 |
| HSL | 315.79º | 0.23% | 0.32% | - |
| HSV(B) | 315.79º | 0.38% | 0.4% | - |
| XYZ | 9.03 | 7.08 | 10.79 | - |
| YUV | 77.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 91 | 0 | 0.38 | 0.10 | 0.60 | 315.79 | 0.23 | 0.32 |
| Hex | 65 | 3F | 5B | 0 | 26 | A | 3C | 13C | 17 | 20 |
| Octal | 145 | 77 | 133 | 0 | 46 | 12 | 74 | 474 | 27 | 40 |
| Binary | 1100101 | 111111 | 1011011 | 0 | 100110 | 1010 | 111100 | 100111100 | 10111 | 100000 |
Color Harmonies of #653F5B
Complementary color
Monochromatic Colors of #653F5B
Black with #653F5B
Text Example
Text Example
White with #653F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653F5B; }
p { color: rgb(101,63,91); }
H1.HeaderClassName
{
color: #653F5B;
}
.AnyTagClassName
{
color: #653F5B;
}
</style>
background-color css
<style>
a { background-color: #653F5B; }
a { background-color: rgb(101,63,91); }
div.DivClassName
{
background-color: #653F5B;
}
.BgClassName
{
background-color: #653F5B;
}
</style>
border-color css
<style>
span { border-color: #653F5B; }
span { border-color: rgb(101,63,91); }
td.TdClassName
{
border-color: #653F5B;
}
.TagClassName
{
border-color: #653F5B;
}
</style>