Shades of Purple Taupe #63475B
Tints of Purple Taupe #63475B
RGB
CMYK
RGB Variations
Color information
#63475B (or 0x63475B) is known color: Purple Taupe. HEX triplet: 63, 47 and 5B. RGB value is (99,71,91). Sum of RGB (Red+Green+Blue) = 99+71+91=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 99 - color contains mainly: red. Hex color #63475B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63475B is #9CB8A4. Grayscale: #515151. Windows color (decimal): -10270885 or 5982051. OLE color: 5982051.
HSL color Cylindrical-coordinate representation of color #63475B: hue angle of 317.14º 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 #63475B is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 71 | 91 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.61 |
| HSL | 317.14º | 0.16% | 0.33% | - |
| HSV(B) | 317.14º | 0.28% | 0.39% | - |
| XYZ | 9.29 | 7.91 | 10.94 | - |
| YUV | 81.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 71 | 91 | 0 | 0.28 | 0.08 | 0.61 | 317.14 | 0.16 | 0.33 |
| Hex | 63 | 47 | 5B | 0 | 1C | 8 | 3D | 13D | 10 | 21 |
| Octal | 143 | 107 | 133 | 0 | 34 | 10 | 75 | 475 | 20 | 41 |
| Binary | 1100011 | 1000111 | 1011011 | 0 | 11100 | 1000 | 111101 | 100111101 | 10000 | 100001 |
Color Harmonies of #63475B
Complementary color
Monochromatic Colors of #63475B
Black with #63475B
Text Example
Text Example
White with #63475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63475B; }
p { color: rgb(99,71,91); }
H1.HeaderClassName
{
color: #63475B;
}
.AnyTagClassName
{
color: #63475B;
}
</style>
background-color css
<style>
a { background-color: #63475B; }
a { background-color: rgb(99,71,91); }
div.DivClassName
{
background-color: #63475B;
}
.BgClassName
{
background-color: #63475B;
}
</style>
border-color css
<style>
span { border-color: #63475B; }
span { border-color: rgb(99,71,91); }
td.TdClassName
{
border-color: #63475B;
}
.TagClassName
{
border-color: #63475B;
}
</style>