Shades of Purple Taupe #633E5B
Tints of Purple Taupe #633E5B
RGB
CMYK
RGB Variations
Color information
#633E5B (or 0x633E5B) is known color: Purple Taupe. HEX triplet: 63, 3E and 5B. RGB value is (99,62,91). Sum of RGB (Red+Green+Blue) = 99+62+91=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 99 - color contains mainly: red. Hex color #633E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633E5B is #9CC1A4. Grayscale: #4C4C4C. Windows color (decimal): -10273189 or 5979747. OLE color: 5979747.
HSL color Cylindrical-coordinate representation of color #633E5B: hue angle of 312.97º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #633E5B is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 62 | 91 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.61 |
| HSL | 312.97º | 0.23% | 0.32% | - |
| HSV(B) | 312.97º | 0.37% | 0.39% | - |
| XYZ | 8.76 | 6.85 | 10.76 | - |
| YUV | 76.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 62 | 91 | 0 | 0.37 | 0.08 | 0.61 | 312.97 | 0.23 | 0.32 |
| Hex | 63 | 3E | 5B | 0 | 25 | 8 | 3D | 139 | 17 | 20 |
| Octal | 143 | 76 | 133 | 0 | 45 | 10 | 75 | 471 | 27 | 40 |
| Binary | 1100011 | 111110 | 1011011 | 0 | 100101 | 1000 | 111101 | 100111001 | 10111 | 100000 |
Color Harmonies of #633E5B
Complementary color
Monochromatic Colors of #633E5B
Black with #633E5B
Text Example
Text Example
White with #633E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633E5B; }
p { color: rgb(99,62,91); }
H1.HeaderClassName
{
color: #633E5B;
}
.AnyTagClassName
{
color: #633E5B;
}
</style>
background-color css
<style>
a { background-color: #633E5B; }
a { background-color: rgb(99,62,91); }
div.DivClassName
{
background-color: #633E5B;
}
.BgClassName
{
background-color: #633E5B;
}
</style>
border-color css
<style>
span { border-color: #633E5B; }
span { border-color: rgb(99,62,91); }
td.TdClassName
{
border-color: #633E5B;
}
.TagClassName
{
border-color: #633E5B;
}
</style>