Shades of Purple Taupe #63405C
Tints of Purple Taupe #63405C
RGB
CMYK
RGB Variations
Color information
#63405C (or 0x63405C) is known color: Purple Taupe. HEX triplet: 63, 40 and 5C. RGB value is (99,64,92). Sum of RGB (Red+Green+Blue) = 99+64+92=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 99 - color contains mainly: red. Hex color #63405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63405C is #9CBFA3. Grayscale: #4D4D4D. Windows color (decimal): -10272676 or 6045795. OLE color: 6045795.
HSL color Cylindrical-coordinate representation of color #63405C: hue angle of 312º 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 #63405C is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 64 | 92 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.61 |
| HSL | 312º | 0.21% | 0.32% | - |
| HSV(B) | 312º | 0.35% | 0.39% | - |
| XYZ | 8.91 | 7.09 | 11.02 | - |
| YUV | 77.66 | 136.1 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 64 | 92 | 0 | 0.35 | 0.07 | 0.61 | 312 | 0.21 | 0.32 |
| Hex | 63 | 40 | 5C | 0 | 23 | 7 | 3D | 138 | 15 | 20 |
| Octal | 143 | 100 | 134 | 0 | 43 | 7 | 75 | 470 | 25 | 40 |
| Binary | 1100011 | 1000000 | 1011100 | 0 | 100011 | 111 | 111101 | 100111000 | 10101 | 100000 |
Color Harmonies of #63405C
Complementary color
Monochromatic Colors of #63405C
Black with #63405C
Text Example
Text Example
White with #63405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63405C; }
p { color: rgb(99,64,92); }
H1.HeaderClassName
{
color: #63405C;
}
.AnyTagClassName
{
color: #63405C;
}
</style>
background-color css
<style>
a { background-color: #63405C; }
a { background-color: rgb(99,64,92); }
div.DivClassName
{
background-color: #63405C;
}
.BgClassName
{
background-color: #63405C;
}
</style>
border-color css
<style>
span { border-color: #63405C; }
span { border-color: rgb(99,64,92); }
td.TdClassName
{
border-color: #63405C;
}
.TagClassName
{
border-color: #63405C;
}
</style>