Shades of Purple Taupe #63415A
Tints of Purple Taupe #63415A
RGB
CMYK
RGB Variations
Color information
#63415A (or 0x63415A) is known color: Purple Taupe. HEX triplet: 63, 41 and 5A. RGB value is (99,65,90). Sum of RGB (Red+Green+Blue) = 99+65+90=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 99 - color contains mainly: red. Hex color #63415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63415A is #9CBEA5. Grayscale: #4D4D4D. Windows color (decimal): -10272422 or 5914979. OLE color: 5914979.
HSL color Cylindrical-coordinate representation of color #63415A: hue angle of 315.88º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63415A is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 65 | 90 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.61 |
| HSL | 315.88º | 0.21% | 0.32% | - |
| HSV(B) | 315.88º | 0.34% | 0.39% | - |
| XYZ | 8.88 | 7.17 | 10.59 | - |
| YUV | 78.02 | 134.76 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 65 | 90 | 0 | 0.34 | 0.09 | 0.61 | 315.88 | 0.21 | 0.32 |
| Hex | 63 | 41 | 5A | 0 | 22 | 9 | 3D | 13C | 15 | 20 |
| Octal | 143 | 101 | 132 | 0 | 42 | 11 | 75 | 474 | 25 | 40 |
| Binary | 1100011 | 1000001 | 1011010 | 0 | 100010 | 1001 | 111101 | 100111100 | 10101 | 100000 |
Color Harmonies of #63415A
Complementary color
Monochromatic Colors of #63415A
Black with #63415A
Text Example
Text Example
White with #63415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63415A; }
p { color: rgb(99,65,90); }
H1.HeaderClassName
{
color: #63415A;
}
.AnyTagClassName
{
color: #63415A;
}
</style>
background-color css
<style>
a { background-color: #63415A; }
a { background-color: rgb(99,65,90); }
div.DivClassName
{
background-color: #63415A;
}
.BgClassName
{
background-color: #63415A;
}
</style>
border-color css
<style>
span { border-color: #63415A; }
span { border-color: rgb(99,65,90); }
td.TdClassName
{
border-color: #63415A;
}
.TagClassName
{
border-color: #63415A;
}
</style>