Shades of Purple Taupe #63455D
Tints of Purple Taupe #63455D
RGB
CMYK
RGB Variations
Color information
#63455D (or 0x63455D) is known color: Purple Taupe. HEX triplet: 63, 45 and 5D. RGB value is (99,69,93). Sum of RGB (Red+Green+Blue) = 99+69+93=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 99 - color contains mainly: red. Hex color #63455D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63455D is #9CBAA2. Grayscale: #505050. Windows color (decimal): -10271395 or 6112611. OLE color: 6112611.
HSL color Cylindrical-coordinate representation of color #63455D: hue angle of 312º 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 #63455D is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 69 | 93 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.61 |
| HSL | 312º | 0.18% | 0.33% | - |
| HSV(B) | 312º | 0.3% | 0.39% | - |
| XYZ | 9.25 | 7.7 | 11.35 | - |
| YUV | 80.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 69 | 93 | 0 | 0.30 | 0.06 | 0.61 | 312 | 0.18 | 0.33 |
| Hex | 63 | 45 | 5D | 0 | 1E | 6 | 3D | 138 | 12 | 21 |
| Octal | 143 | 105 | 135 | 0 | 36 | 6 | 75 | 470 | 22 | 41 |
| Binary | 1100011 | 1000101 | 1011101 | 0 | 11110 | 110 | 111101 | 100111000 | 10010 | 100001 |
Color Harmonies of #63455D
Complementary color
Monochromatic Colors of #63455D
Black with #63455D
Text Example
Text Example
White with #63455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63455D; }
p { color: rgb(99,69,93); }
H1.HeaderClassName
{
color: #63455D;
}
.AnyTagClassName
{
color: #63455D;
}
</style>
background-color css
<style>
a { background-color: #63455D; }
a { background-color: rgb(99,69,93); }
div.DivClassName
{
background-color: #63455D;
}
.BgClassName
{
background-color: #63455D;
}
</style>
border-color css
<style>
span { border-color: #63455D; }
span { border-color: rgb(99,69,93); }
td.TdClassName
{
border-color: #63455D;
}
.TagClassName
{
border-color: #63455D;
}
</style>