Shades of Purple Taupe #63495C
Tints of Purple Taupe #63495C
RGB
CMYK
RGB Variations
Color information
#63495C (or 0x63495C) is known color: Purple Taupe. HEX triplet: 63, 49 and 5C. RGB value is (99,73,92). Sum of RGB (Red+Green+Blue) = 99+73+92=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 99 - color contains mainly: red. Hex color #63495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63495C is #9CB6A3. Grayscale: #525252. Windows color (decimal): -10270372 or 6048099. OLE color: 6048099.
HSL color Cylindrical-coordinate representation of color #63495C: hue angle of 316.15º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #63495C is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 73 | 92 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.61 |
| HSL | 316.15º | 0.15% | 0.34% | - |
| HSV(B) | 316.15º | 0.26% | 0.39% | - |
| XYZ | 9.46 | 8.19 | 11.21 | - |
| YUV | 82.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 73 | 92 | 0 | 0.26 | 0.07 | 0.61 | 316.15 | 0.15 | 0.34 |
| Hex | 63 | 49 | 5C | 0 | 1A | 7 | 3D | 13C | F | 22 |
| Octal | 143 | 111 | 134 | 0 | 32 | 7 | 75 | 474 | 17 | 42 |
| Binary | 1100011 | 1001001 | 1011100 | 0 | 11010 | 111 | 111101 | 100111100 | 1111 | 100010 |
Color Harmonies of #63495C
Complementary color
Monochromatic Colors of #63495C
Black with #63495C
Text Example
Text Example
White with #63495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63495C; }
p { color: rgb(99,73,92); }
H1.HeaderClassName
{
color: #63495C;
}
.AnyTagClassName
{
color: #63495C;
}
</style>
background-color css
<style>
a { background-color: #63495C; }
a { background-color: rgb(99,73,92); }
div.DivClassName
{
background-color: #63495C;
}
.BgClassName
{
background-color: #63495C;
}
</style>
border-color css
<style>
span { border-color: #63495C; }
span { border-color: rgb(99,73,92); }
td.TdClassName
{
border-color: #63495C;
}
.TagClassName
{
border-color: #63495C;
}
</style>