Shades of Purple Taupe #63445E
Tints of Purple Taupe #63445E
RGB
CMYK
RGB Variations
Color information
#63445E (or 0x63445E) is known color: Purple Taupe. HEX triplet: 63, 44 and 5E. RGB value is (99,68,94). Sum of RGB (Red+Green+Blue) = 99+68+94=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 99 - color contains mainly: red. Hex color #63445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63445E is #9CBBA1. Grayscale: #505050. Windows color (decimal): -10271650 or 6177891. OLE color: 6177891.
HSL color Cylindrical-coordinate representation of color #63445E: hue angle of 309.68º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63445E is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 68 | 94 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.61 |
| HSL | 309.68º | 0.19% | 0.33% | - |
| HSV(B) | 309.68º | 0.31% | 0.39% | - |
| XYZ | 9.23 | 7.6 | 11.57 | - |
| YUV | 80.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 68 | 94 | 0 | 0.31 | 0.05 | 0.61 | 309.68 | 0.19 | 0.33 |
| Hex | 63 | 44 | 5E | 0 | 1F | 5 | 3D | 136 | 13 | 21 |
| Octal | 143 | 104 | 136 | 0 | 37 | 5 | 75 | 466 | 23 | 41 |
| Binary | 1100011 | 1000100 | 1011110 | 0 | 11111 | 101 | 111101 | 100110110 | 10011 | 100001 |
Color Harmonies of #63445E
Complementary color
Monochromatic Colors of #63445E
Black with #63445E
Text Example
Text Example
White with #63445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63445E; }
p { color: rgb(99,68,94); }
H1.HeaderClassName
{
color: #63445E;
}
.AnyTagClassName
{
color: #63445E;
}
</style>
background-color css
<style>
a { background-color: #63445E; }
a { background-color: rgb(99,68,94); }
div.DivClassName
{
background-color: #63445E;
}
.BgClassName
{
background-color: #63445E;
}
</style>
border-color css
<style>
span { border-color: #63445E; }
span { border-color: rgb(99,68,94); }
td.TdClassName
{
border-color: #63445E;
}
.TagClassName
{
border-color: #63445E;
}
</style>