Shades of Purple Taupe #63435D
Tints of Purple Taupe #63435D
RGB
CMYK
RGB Variations
Color information
#63435D (or 0x63435D) is known color: Purple Taupe. HEX triplet: 63, 43 and 5D. RGB value is (99,67,93). Sum of RGB (Red+Green+Blue) = 99+67+93=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 99 - color contains mainly: red. Hex color #63435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63435D is #9CBCA2. Grayscale: #4F4F4F. Windows color (decimal): -10271907 or 6112099. OLE color: 6112099.
HSL color Cylindrical-coordinate representation of color #63435D: hue angle of 311.25º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #63435D is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 67 | 93 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.61 |
| HSL | 311.25º | 0.19% | 0.33% | - |
| HSV(B) | 311.25º | 0.32% | 0.39% | - |
| XYZ | 9.13 | 7.46 | 11.31 | - |
| YUV | 79.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 67 | 93 | 0 | 0.32 | 0.06 | 0.61 | 311.25 | 0.19 | 0.33 |
| Hex | 63 | 43 | 5D | 0 | 20 | 6 | 3D | 137 | 13 | 21 |
| Octal | 143 | 103 | 135 | 0 | 40 | 6 | 75 | 467 | 23 | 41 |
| Binary | 1100011 | 1000011 | 1011101 | 0 | 100000 | 110 | 111101 | 100110111 | 10011 | 100001 |
Color Harmonies of #63435D
Complementary color
Monochromatic Colors of #63435D
Black with #63435D
Text Example
Text Example
White with #63435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63435D; }
p { color: rgb(99,67,93); }
H1.HeaderClassName
{
color: #63435D;
}
.AnyTagClassName
{
color: #63435D;
}
</style>
background-color css
<style>
a { background-color: #63435D; }
a { background-color: rgb(99,67,93); }
div.DivClassName
{
background-color: #63435D;
}
.BgClassName
{
background-color: #63435D;
}
</style>
border-color css
<style>
span { border-color: #63435D; }
span { border-color: rgb(99,67,93); }
td.TdClassName
{
border-color: #63435D;
}
.TagClassName
{
border-color: #63435D;
}
</style>