Shades of Purple Taupe #623D58
Tints of Purple Taupe #623D58
RGB
CMYK
RGB Variations
Color information
#623D58 (or 0x623D58) is known color: Purple Taupe. HEX triplet: 62, 3D and 58. RGB value is (98,61,88). Sum of RGB (Red+Green+Blue) = 98+61+88=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 98 - color contains mainly: red. Hex color #623D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623D58 is #9DC2A7. Grayscale: #4B4B4B. Windows color (decimal): -10338984 or 5782882. OLE color: 5782882.
HSL color Cylindrical-coordinate representation of color #623D58: hue angle of 316.22º 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 #623D58 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 61 | 88 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.62 |
| HSL | 316.22º | 0.23% | 0.31% | - |
| HSV(B) | 316.22º | 0.38% | 0.38% | - |
| XYZ | 8.47 | 6.64 | 10.07 | - |
| YUV | 75.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 61 | 88 | 0 | 0.38 | 0.10 | 0.62 | 316.22 | 0.23 | 0.31 |
| Hex | 62 | 3D | 58 | 0 | 26 | A | 3E | 13C | 17 | 1F |
| Octal | 142 | 75 | 130 | 0 | 46 | 12 | 76 | 474 | 27 | 37 |
| Binary | 1100010 | 111101 | 1011000 | 0 | 100110 | 1010 | 111110 | 100111100 | 10111 | 11111 |
Color Harmonies of #623D58
Complementary color
Monochromatic Colors of #623D58
Black with #623D58
Text Example
Text Example
White with #623D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623D58; }
p { color: rgb(98,61,88); }
H1.HeaderClassName
{
color: #623D58;
}
.AnyTagClassName
{
color: #623D58;
}
</style>
background-color css
<style>
a { background-color: #623D58; }
a { background-color: rgb(98,61,88); }
div.DivClassName
{
background-color: #623D58;
}
.BgClassName
{
background-color: #623D58;
}
</style>
border-color css
<style>
span { border-color: #623D58; }
span { border-color: rgb(98,61,88); }
td.TdClassName
{
border-color: #623D58;
}
.TagClassName
{
border-color: #623D58;
}
</style>