Shades of Purple Taupe #63475C
Tints of Purple Taupe #63475C
RGB
CMYK
RGB Variations
Color information
#63475C (or 0x63475C) is known color: Purple Taupe. HEX triplet: 63, 47 and 5C. RGB value is (99,71,92). Sum of RGB (Red+Green+Blue) = 99+71+92=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 99 - color contains mainly: red. Hex color #63475C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63475C is #9CB8A3. Grayscale: #515151. Windows color (decimal): -10270884 or 6047587. OLE color: 6047587.
HSL color Cylindrical-coordinate representation of color #63475C: hue angle of 315º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63475C is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 71 | 92 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.61 |
| HSL | 315º | 0.16% | 0.33% | - |
| HSV(B) | 315º | 0.28% | 0.39% | - |
| XYZ | 9.33 | 7.93 | 11.16 | - |
| YUV | 81.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 71 | 92 | 0 | 0.28 | 0.07 | 0.61 | 315 | 0.16 | 0.33 |
| Hex | 63 | 47 | 5C | 0 | 1C | 7 | 3D | 13B | 10 | 21 |
| Octal | 143 | 107 | 134 | 0 | 34 | 7 | 75 | 473 | 20 | 41 |
| Binary | 1100011 | 1000111 | 1011100 | 0 | 11100 | 111 | 111101 | 100111011 | 10000 | 100001 |
Color Harmonies of #63475C
Complementary color
Monochromatic Colors of #63475C
Black with #63475C
Text Example
Text Example
White with #63475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63475C; }
p { color: rgb(99,71,92); }
H1.HeaderClassName
{
color: #63475C;
}
.AnyTagClassName
{
color: #63475C;
}
</style>
background-color css
<style>
a { background-color: #63475C; }
a { background-color: rgb(99,71,92); }
div.DivClassName
{
background-color: #63475C;
}
.BgClassName
{
background-color: #63475C;
}
</style>
border-color css
<style>
span { border-color: #63475C; }
span { border-color: rgb(99,71,92); }
td.TdClassName
{
border-color: #63475C;
}
.TagClassName
{
border-color: #63475C;
}
</style>