Shades of Purple Taupe #633E5A
Tints of Purple Taupe #633E5A
RGB
CMYK
RGB Variations
Color information
#633E5A (or 0x633E5A) is known color: Purple Taupe. HEX triplet: 63, 3E and 5A. RGB value is (99,62,90). Sum of RGB (Red+Green+Blue) = 99+62+90=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 99 - color contains mainly: red. Hex color #633E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633E5A is #9CC1A5. Grayscale: #4C4C4C. Windows color (decimal): -10273190 or 5914211. OLE color: 5914211.
HSL color Cylindrical-coordinate representation of color #633E5A: hue angle of 314.59º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #633E5A is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 62 | 90 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.61 |
| HSL | 314.59º | 0.23% | 0.32% | - |
| HSV(B) | 314.59º | 0.37% | 0.39% | - |
| XYZ | 8.71 | 6.84 | 10.53 | - |
| YUV | 76.26 | 135.76 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 62 | 90 | 0 | 0.37 | 0.09 | 0.61 | 314.59 | 0.23 | 0.32 |
| Hex | 63 | 3E | 5A | 0 | 25 | 9 | 3D | 13B | 17 | 20 |
| Octal | 143 | 76 | 132 | 0 | 45 | 11 | 75 | 473 | 27 | 40 |
| Binary | 1100011 | 111110 | 1011010 | 0 | 100101 | 1001 | 111101 | 100111011 | 10111 | 100000 |
Color Harmonies of #633E5A
Complementary color
Monochromatic Colors of #633E5A
Black with #633E5A
Text Example
Text Example
White with #633E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633E5A; }
p { color: rgb(99,62,90); }
H1.HeaderClassName
{
color: #633E5A;
}
.AnyTagClassName
{
color: #633E5A;
}
</style>
background-color css
<style>
a { background-color: #633E5A; }
a { background-color: rgb(99,62,90); }
div.DivClassName
{
background-color: #633E5A;
}
.BgClassName
{
background-color: #633E5A;
}
</style>
border-color css
<style>
span { border-color: #633E5A; }
span { border-color: rgb(99,62,90); }
td.TdClassName
{
border-color: #633E5A;
}
.TagClassName
{
border-color: #633E5A;
}
</style>