Shades of Purple Taupe #653F5A
Tints of Purple Taupe #653F5A
RGB
CMYK
RGB Variations
Color information
#653F5A (or 0x653F5A) is known color: Purple Taupe. HEX triplet: 65, 3F and 5A. RGB value is (101,63,90). Sum of RGB (Red+Green+Blue) = 101+63+90=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 101 - color contains mainly: red. Hex color #653F5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653F5A is #9AC0A5. Grayscale: #4D4D4D. Windows color (decimal): -10141862 or 5914469. OLE color: 5914469.
HSL color Cylindrical-coordinate representation of color #653F5A: hue angle of 317.37º 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 #653F5A is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 63 | 90 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.60 |
| HSL | 317.37º | 0.23% | 0.32% | - |
| HSV(B) | 317.37º | 0.38% | 0.4% | - |
| XYZ | 8.99 | 7.06 | 10.56 | - |
| YUV | 77.44 | 135.09 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 90 | 0 | 0.38 | 0.11 | 0.60 | 317.37 | 0.23 | 0.32 |
| Hex | 65 | 3F | 5A | 0 | 26 | B | 3C | 13D | 17 | 20 |
| Octal | 145 | 77 | 132 | 0 | 46 | 13 | 74 | 475 | 27 | 40 |
| Binary | 1100101 | 111111 | 1011010 | 0 | 100110 | 1011 | 111100 | 100111101 | 10111 | 100000 |
Color Harmonies of #653F5A
Complementary color
Monochromatic Colors of #653F5A
Black with #653F5A
Text Example
Text Example
White with #653F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653F5A; }
p { color: rgb(101,63,90); }
H1.HeaderClassName
{
color: #653F5A;
}
.AnyTagClassName
{
color: #653F5A;
}
</style>
background-color css
<style>
a { background-color: #653F5A; }
a { background-color: rgb(101,63,90); }
div.DivClassName
{
background-color: #653F5A;
}
.BgClassName
{
background-color: #653F5A;
}
</style>
border-color css
<style>
span { border-color: #653F5A; }
span { border-color: rgb(101,63,90); }
td.TdClassName
{
border-color: #653F5A;
}
.TagClassName
{
border-color: #653F5A;
}
</style>