Shades of Purple Taupe #623C56
Tints of Purple Taupe #623C56
RGB
CMYK
RGB Variations
Color information
#623C56 (or 0x623C56) is known color: Purple Taupe. HEX triplet: 62, 3C and 56. RGB value is (98,60,86). Sum of RGB (Red+Green+Blue) = 98+60+86=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 98 - color contains mainly: red. Hex color #623C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623C56 is #9DC3A9. Grayscale: #4A4A4A. Windows color (decimal): -10339242 or 5651554. OLE color: 5651554.
HSL color Cylindrical-coordinate representation of color #623C56: hue angle of 318.95º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #623C56 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 60 | 86 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.62 |
| HSL | 318.95º | 0.24% | 0.31% | - |
| HSV(B) | 318.95º | 0.39% | 0.38% | - |
| XYZ | 8.33 | 6.5 | 9.62 | - |
| YUV | 74.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 60 | 86 | 0 | 0.39 | 0.12 | 0.62 | 318.95 | 0.24 | 0.31 |
| Hex | 62 | 3C | 56 | 0 | 27 | C | 3E | 13F | 18 | 1F |
| Octal | 142 | 74 | 126 | 0 | 47 | 14 | 76 | 477 | 30 | 37 |
| Binary | 1100010 | 111100 | 1010110 | 0 | 100111 | 1100 | 111110 | 100111111 | 11000 | 11111 |
Color Harmonies of #623C56
Complementary color
Monochromatic Colors of #623C56
Black with #623C56
Text Example
Text Example
White with #623C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623C56; }
p { color: rgb(98,60,86); }
H1.HeaderClassName
{
color: #623C56;
}
.AnyTagClassName
{
color: #623C56;
}
</style>
background-color css
<style>
a { background-color: #623C56; }
a { background-color: rgb(98,60,86); }
div.DivClassName
{
background-color: #623C56;
}
.BgClassName
{
background-color: #623C56;
}
</style>
border-color css
<style>
span { border-color: #623C56; }
span { border-color: rgb(98,60,86); }
td.TdClassName
{
border-color: #623C56;
}
.TagClassName
{
border-color: #623C56;
}
</style>