Shades of Purple Taupe #633956
Tints of Purple Taupe #633956
RGB
CMYK
RGB Variations
Color information
#633956 (or 0x633956) is known color: Purple Taupe. HEX triplet: 63, 39 and 56. RGB value is (99,57,86). Sum of RGB (Red+Green+Blue) = 99+57+86=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #633956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633956 is #9CC6A9. Grayscale: #484848. Windows color (decimal): -10274474 or 5650787. OLE color: 5650787.
HSL color Cylindrical-coordinate representation of color #633956: hue angle of 318.57º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #633956 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 57 | 86 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.61 |
| HSL | 318.57º | 0.27% | 0.31% | - |
| HSV(B) | 318.57º | 0.42% | 0.39% | - |
| XYZ | 8.29 | 6.25 | 9.57 | - |
| YUV | 72.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 57 | 86 | 0 | 0.42 | 0.13 | 0.61 | 318.57 | 0.27 | 0.31 |
| Hex | 63 | 39 | 56 | 0 | 2A | D | 3D | 13F | 1B | 1F |
| Octal | 143 | 71 | 126 | 0 | 52 | 15 | 75 | 477 | 33 | 37 |
| Binary | 1100011 | 111001 | 1010110 | 0 | 101010 | 1101 | 111101 | 100111111 | 11011 | 11111 |
Color Harmonies of #633956
Complementary color
Monochromatic Colors of #633956
Black with #633956
Text Example
Text Example
White with #633956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633956; }
p { color: rgb(99,57,86); }
H1.HeaderClassName
{
color: #633956;
}
.AnyTagClassName
{
color: #633956;
}
</style>
background-color css
<style>
a { background-color: #633956; }
a { background-color: rgb(99,57,86); }
div.DivClassName
{
background-color: #633956;
}
.BgClassName
{
background-color: #633956;
}
</style>
border-color css
<style>
span { border-color: #633956; }
span { border-color: rgb(99,57,86); }
td.TdClassName
{
border-color: #633956;
}
.TagClassName
{
border-color: #633956;
}
</style>