Shades of Purple Taupe #63455A
Tints of Purple Taupe #63455A
RGB
CMYK
RGB Variations
Color information
#63455A (or 0x63455A) is known color: Purple Taupe. HEX triplet: 63, 45 and 5A. RGB value is (99,69,90). Sum of RGB (Red+Green+Blue) = 99+69+90=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 99 - color contains mainly: red. Hex color #63455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63455A is #9CBAA5. Grayscale: #505050. Windows color (decimal): -10271398 or 5916003. OLE color: 5916003.
HSL color Cylindrical-coordinate representation of color #63455A: hue angle of 318º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63455A is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 69 | 90 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.61 |
| HSL | 318º | 0.18% | 0.33% | - |
| HSV(B) | 318º | 0.3% | 0.39% | - |
| XYZ | 9.12 | 7.65 | 10.67 | - |
| YUV | 80.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 69 | 90 | 0 | 0.30 | 0.09 | 0.61 | 318 | 0.18 | 0.33 |
| Hex | 63 | 45 | 5A | 0 | 1E | 9 | 3D | 13E | 12 | 21 |
| Octal | 143 | 105 | 132 | 0 | 36 | 11 | 75 | 476 | 22 | 41 |
| Binary | 1100011 | 1000101 | 1011010 | 0 | 11110 | 1001 | 111101 | 100111110 | 10010 | 100001 |
Color Harmonies of #63455A
Complementary color
Monochromatic Colors of #63455A
Black with #63455A
Text Example
Text Example
White with #63455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63455A; }
p { color: rgb(99,69,90); }
H1.HeaderClassName
{
color: #63455A;
}
.AnyTagClassName
{
color: #63455A;
}
</style>
background-color css
<style>
a { background-color: #63455A; }
a { background-color: rgb(99,69,90); }
div.DivClassName
{
background-color: #63455A;
}
.BgClassName
{
background-color: #63455A;
}
</style>
border-color css
<style>
span { border-color: #63455A; }
span { border-color: rgb(99,69,90); }
td.TdClassName
{
border-color: #63455A;
}
.TagClassName
{
border-color: #63455A;
}
</style>