Shades of Purple Taupe #623B56
Tints of Purple Taupe #623B56
RGB
CMYK
RGB Variations
Color information
#623B56 (or 0x623B56) is known color: Purple Taupe. HEX triplet: 62, 3B and 56. RGB value is (98,59,86). Sum of RGB (Red+Green+Blue) = 98+59+86=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 98 - color contains mainly: red. Hex color #623B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623B56 is #9DC4A9. Grayscale: #494949. Windows color (decimal): -10339498 or 5651298. OLE color: 5651298.
HSL color Cylindrical-coordinate representation of color #623B56: hue angle of 318.46º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #623B56 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 59 | 86 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.62 |
| HSL | 318.46º | 0.25% | 0.31% | - |
| HSV(B) | 318.46º | 0.4% | 0.38% | - |
| XYZ | 8.28 | 6.4 | 9.6 | - |
| YUV | 73.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 59 | 86 | 0 | 0.40 | 0.12 | 0.62 | 318.46 | 0.25 | 0.31 |
| Hex | 62 | 3B | 56 | 0 | 28 | C | 3E | 13E | 19 | 1F |
| Octal | 142 | 73 | 126 | 0 | 50 | 14 | 76 | 476 | 31 | 37 |
| Binary | 1100010 | 111011 | 1010110 | 0 | 101000 | 1100 | 111110 | 100111110 | 11001 | 11111 |
Color Harmonies of #623B56
Complementary color
Monochromatic Colors of #623B56
Black with #623B56
Text Example
Text Example
White with #623B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623B56; }
p { color: rgb(98,59,86); }
H1.HeaderClassName
{
color: #623B56;
}
.AnyTagClassName
{
color: #623B56;
}
</style>
background-color css
<style>
a { background-color: #623B56; }
a { background-color: rgb(98,59,86); }
div.DivClassName
{
background-color: #623B56;
}
.BgClassName
{
background-color: #623B56;
}
</style>
border-color css
<style>
span { border-color: #623B56; }
span { border-color: rgb(98,59,86); }
td.TdClassName
{
border-color: #623B56;
}
.TagClassName
{
border-color: #623B56;
}
</style>