Shades of Purple Taupe #633F58
Tints of Purple Taupe #633F58
RGB
CMYK
RGB Variations
Color information
#633F58 (or 0x633F58) is known color: Purple Taupe. HEX triplet: 63, 3F and 58. RGB value is (99,63,88). Sum of RGB (Red+Green+Blue) = 99+63+88=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 99 - color contains mainly: red. Hex color #633F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633F58 is #9CC0A7. Grayscale: #4C4C4C. Windows color (decimal): -10272936 or 5783395. OLE color: 5783395.
HSL color Cylindrical-coordinate representation of color #633F58: hue angle of 318.33º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #633F58 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 63 | 88 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.61 |
| HSL | 318.33º | 0.22% | 0.32% | - |
| HSV(B) | 318.33º | 0.36% | 0.39% | - |
| XYZ | 8.68 | 6.91 | 10.11 | - |
| YUV | 76.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 63 | 88 | 0 | 0.36 | 0.11 | 0.61 | 318.33 | 0.22 | 0.32 |
| Hex | 63 | 3F | 58 | 0 | 24 | B | 3D | 13E | 16 | 20 |
| Octal | 143 | 77 | 130 | 0 | 44 | 13 | 75 | 476 | 26 | 40 |
| Binary | 1100011 | 111111 | 1011000 | 0 | 100100 | 1011 | 111101 | 100111110 | 10110 | 100000 |
Color Harmonies of #633F58
Complementary color
Monochromatic Colors of #633F58
Black with #633F58
Text Example
Text Example
White with #633F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633F58; }
p { color: rgb(99,63,88); }
H1.HeaderClassName
{
color: #633F58;
}
.AnyTagClassName
{
color: #633F58;
}
</style>
background-color css
<style>
a { background-color: #633F58; }
a { background-color: rgb(99,63,88); }
div.DivClassName
{
background-color: #633F58;
}
.BgClassName
{
background-color: #633F58;
}
</style>
border-color css
<style>
span { border-color: #633F58; }
span { border-color: rgb(99,63,88); }
td.TdClassName
{
border-color: #633F58;
}
.TagClassName
{
border-color: #633F58;
}
</style>