Shades of Purple Taupe #633D58
Tints of Purple Taupe #633D58
RGB
CMYK
RGB Variations
Color information
#633D58 (or 0x633D58) is known color: Purple Taupe. HEX triplet: 63, 3D and 58. RGB value is (99,61,88). Sum of RGB (Red+Green+Blue) = 99+61+88=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #633D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633D58 is #9CC2A7. Grayscale: #4B4B4B. Windows color (decimal): -10273448 or 5782883. OLE color: 5782883.
HSL color Cylindrical-coordinate representation of color #633D58: hue angle of 317.37º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #633D58 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 61 | 88 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.61 |
| HSL | 317.37º | 0.24% | 0.31% | - |
| HSV(B) | 317.37º | 0.38% | 0.39% | - |
| XYZ | 8.58 | 6.69 | 10.07 | - |
| YUV | 75.44 | 135.09 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 88 | 0 | 0.38 | 0.11 | 0.61 | 317.37 | 0.24 | 0.31 |
| Hex | 63 | 3D | 58 | 0 | 26 | B | 3D | 13D | 18 | 1F |
| Octal | 143 | 75 | 130 | 0 | 46 | 13 | 75 | 475 | 30 | 37 |
| Binary | 1100011 | 111101 | 1011000 | 0 | 100110 | 1011 | 111101 | 100111101 | 11000 | 11111 |
Color Harmonies of #633D58
Complementary color
Monochromatic Colors of #633D58
Black with #633D58
Text Example
Text Example
White with #633D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633D58; }
p { color: rgb(99,61,88); }
H1.HeaderClassName
{
color: #633D58;
}
.AnyTagClassName
{
color: #633D58;
}
</style>
background-color css
<style>
a { background-color: #633D58; }
a { background-color: rgb(99,61,88); }
div.DivClassName
{
background-color: #633D58;
}
.BgClassName
{
background-color: #633D58;
}
</style>
border-color css
<style>
span { border-color: #633D58; }
span { border-color: rgb(99,61,88); }
td.TdClassName
{
border-color: #633D58;
}
.TagClassName
{
border-color: #633D58;
}
</style>