Shades of Purple Taupe #623D56
Tints of Purple Taupe #623D56
RGB
CMYK
RGB Variations
Color information
#623D56 (or 0x623D56) is known color: Purple Taupe. HEX triplet: 62, 3D and 56. RGB value is (98,61,86). Sum of RGB (Red+Green+Blue) = 98+61+86=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 98 - color contains mainly: red. Hex color #623D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623D56 is #9DC2A9. Grayscale: #4A4A4A. Windows color (decimal): -10338986 or 5651810. OLE color: 5651810.
HSL color Cylindrical-coordinate representation of color #623D56: hue angle of 319.46º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #623D56 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 61 | 86 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.62 |
| HSL | 319.46º | 0.23% | 0.31% | - |
| HSV(B) | 319.46º | 0.38% | 0.38% | - |
| XYZ | 8.39 | 6.61 | 9.64 | - |
| YUV | 74.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 61 | 86 | 0 | 0.38 | 0.12 | 0.62 | 319.46 | 0.23 | 0.31 |
| Hex | 62 | 3D | 56 | 0 | 26 | C | 3E | 13F | 17 | 1F |
| Octal | 142 | 75 | 126 | 0 | 46 | 14 | 76 | 477 | 27 | 37 |
| Binary | 1100010 | 111101 | 1010110 | 0 | 100110 | 1100 | 111110 | 100111111 | 10111 | 11111 |
Color Harmonies of #623D56
Complementary color
Monochromatic Colors of #623D56
Black with #623D56
Text Example
Text Example
White with #623D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623D56; }
p { color: rgb(98,61,86); }
H1.HeaderClassName
{
color: #623D56;
}
.AnyTagClassName
{
color: #623D56;
}
</style>
background-color css
<style>
a { background-color: #623D56; }
a { background-color: rgb(98,61,86); }
div.DivClassName
{
background-color: #623D56;
}
.BgClassName
{
background-color: #623D56;
}
</style>
border-color css
<style>
span { border-color: #623D56; }
span { border-color: rgb(98,61,86); }
td.TdClassName
{
border-color: #623D56;
}
.TagClassName
{
border-color: #623D56;
}
</style>