Shades of Purple Taupe #63455E
Tints of Purple Taupe #63455E
RGB
CMYK
RGB Variations
Color information
#63455E (or 0x63455E) is known color: Purple Taupe. HEX triplet: 63, 45 and 5E. RGB value is (99,69,94). Sum of RGB (Red+Green+Blue) = 99+69+94=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 99 - color contains mainly: red. Hex color #63455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63455E is #9CBAA1. Grayscale: #505050. Windows color (decimal): -10271394 or 6178147. OLE color: 6178147.
HSL color Cylindrical-coordinate representation of color #63455E: hue angle of 310º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63455E is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 69 | 94 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.61 |
| HSL | 310º | 0.18% | 0.33% | - |
| HSV(B) | 310º | 0.3% | 0.39% | - |
| XYZ | 9.29 | 7.72 | 11.59 | - |
| YUV | 80.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 69 | 94 | 0 | 0.30 | 0.05 | 0.61 | 310 | 0.18 | 0.33 |
| Hex | 63 | 45 | 5E | 0 | 1E | 5 | 3D | 136 | 12 | 21 |
| Octal | 143 | 105 | 136 | 0 | 36 | 5 | 75 | 466 | 22 | 41 |
| Binary | 1100011 | 1000101 | 1011110 | 0 | 11110 | 101 | 111101 | 100110110 | 10010 | 100001 |
Color Harmonies of #63455E
Complementary color
Monochromatic Colors of #63455E
Black with #63455E
Text Example
Text Example
White with #63455E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63455E; }
p { color: rgb(99,69,94); }
H1.HeaderClassName
{
color: #63455E;
}
.AnyTagClassName
{
color: #63455E;
}
</style>
background-color css
<style>
a { background-color: #63455E; }
a { background-color: rgb(99,69,94); }
div.DivClassName
{
background-color: #63455E;
}
.BgClassName
{
background-color: #63455E;
}
</style>
border-color css
<style>
span { border-color: #63455E; }
span { border-color: rgb(99,69,94); }
td.TdClassName
{
border-color: #63455E;
}
.TagClassName
{
border-color: #63455E;
}
</style>