Shades of Purple Taupe #624A5D
Tints of Purple Taupe #624A5D
RGB
CMYK
RGB Variations
Color information
#624A5D (or 0x624A5D) is known color: Purple Taupe. HEX triplet: 62, 4A and 5D. RGB value is (98,74,93). Sum of RGB (Red+Green+Blue) = 98+74+93=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 98 - color contains mainly: red. Hex color #624A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624A5D is #9DB5A2. Grayscale: #535353. Windows color (decimal): -10335651 or 6113890. OLE color: 6113890.
HSL color Cylindrical-coordinate representation of color #624A5D: hue angle of 312.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #624A5D is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 74 | 93 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.62 |
| HSL | 312.5º | 0.14% | 0.34% | - |
| HSV(B) | 312.5º | 0.24% | 0.38% | - |
| XYZ | 9.46 | 8.28 | 11.46 | - |
| YUV | 83.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 93 | 0 | 0.24 | 0.05 | 0.62 | 312.5 | 0.14 | 0.34 |
| Hex | 62 | 4A | 5D | 0 | 18 | 5 | 3E | 138 | E | 22 |
| Octal | 142 | 112 | 135 | 0 | 30 | 5 | 76 | 470 | 16 | 42 |
| Binary | 1100010 | 1001010 | 1011101 | 0 | 11000 | 101 | 111110 | 100111000 | 1110 | 100010 |
Color Harmonies of #624A5D
Complementary color
Monochromatic Colors of #624A5D
Black with #624A5D
Text Example
Text Example
White with #624A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624A5D; }
p { color: rgb(98,74,93); }
H1.HeaderClassName
{
color: #624A5D;
}
.AnyTagClassName
{
color: #624A5D;
}
</style>
background-color css
<style>
a { background-color: #624A5D; }
a { background-color: rgb(98,74,93); }
div.DivClassName
{
background-color: #624A5D;
}
.BgClassName
{
background-color: #624A5D;
}
</style>
border-color css
<style>
span { border-color: #624A5D; }
span { border-color: rgb(98,74,93); }
td.TdClassName
{
border-color: #624A5D;
}
.TagClassName
{
border-color: #624A5D;
}
</style>