Shades of Purple Taupe #63405D
Tints of Purple Taupe #63405D
RGB
CMYK
RGB Variations
Color information
#63405D (or 0x63405D) is known color: Purple Taupe. HEX triplet: 63, 40 and 5D. RGB value is (99,64,93). Sum of RGB (Red+Green+Blue) = 99+64+93=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 99 - color contains mainly: red. Hex color #63405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63405D is #9CBFA2. Grayscale: #4D4D4D. Windows color (decimal): -10272675 or 6111331. OLE color: 6111331.
HSL color Cylindrical-coordinate representation of color #63405D: hue angle of 310.29º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #63405D is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 64 | 93 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.61 |
| HSL | 310.29º | 0.21% | 0.32% | - |
| HSV(B) | 310.29º | 0.35% | 0.39% | - |
| XYZ | 8.95 | 7.11 | 11.26 | - |
| YUV | 77.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 64 | 93 | 0 | 0.35 | 0.06 | 0.61 | 310.29 | 0.21 | 0.32 |
| Hex | 63 | 40 | 5D | 0 | 23 | 6 | 3D | 136 | 15 | 20 |
| Octal | 143 | 100 | 135 | 0 | 43 | 6 | 75 | 466 | 25 | 40 |
| Binary | 1100011 | 1000000 | 1011101 | 0 | 100011 | 110 | 111101 | 100110110 | 10101 | 100000 |
Color Harmonies of #63405D
Complementary color
Monochromatic Colors of #63405D
Black with #63405D
Text Example
Text Example
White with #63405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63405D; }
p { color: rgb(99,64,93); }
H1.HeaderClassName
{
color: #63405D;
}
.AnyTagClassName
{
color: #63405D;
}
</style>
background-color css
<style>
a { background-color: #63405D; }
a { background-color: rgb(99,64,93); }
div.DivClassName
{
background-color: #63405D;
}
.BgClassName
{
background-color: #63405D;
}
</style>
border-color css
<style>
span { border-color: #63405D; }
span { border-color: rgb(99,64,93); }
td.TdClassName
{
border-color: #63405D;
}
.TagClassName
{
border-color: #63405D;
}
</style>