Shades of Purple Taupe #624A5E
Tints of Purple Taupe #624A5E
RGB
CMYK
RGB Variations
Color information
#624A5E (or 0x624A5E) is known color: Purple Taupe. HEX triplet: 62, 4A and 5E. RGB value is (98,74,94). Sum of RGB (Red+Green+Blue) = 98+74+94=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 98 - color contains mainly: red. Hex color #624A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624A5E is #9DB5A1. Grayscale: #535353. Windows color (decimal): -10335650 or 6179426. OLE color: 6179426.
HSL color Cylindrical-coordinate representation of color #624A5E: hue angle of 310º 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 #624A5E is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 74 | 94 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.62 |
| HSL | 310º | 0.14% | 0.34% | - |
| HSV(B) | 310º | 0.24% | 0.38% | - |
| XYZ | 9.51 | 8.3 | 11.69 | - |
| YUV | 83.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 94 | 0 | 0.24 | 0.04 | 0.62 | 310 | 0.14 | 0.34 |
| Hex | 62 | 4A | 5E | 0 | 18 | 4 | 3E | 136 | E | 22 |
| Octal | 142 | 112 | 136 | 0 | 30 | 4 | 76 | 466 | 16 | 42 |
| Binary | 1100010 | 1001010 | 1011110 | 0 | 11000 | 100 | 111110 | 100110110 | 1110 | 100010 |
Color Harmonies of #624A5E
Complementary color
Monochromatic Colors of #624A5E
Black with #624A5E
Text Example
Text Example
White with #624A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624A5E; }
p { color: rgb(98,74,94); }
H1.HeaderClassName
{
color: #624A5E;
}
.AnyTagClassName
{
color: #624A5E;
}
</style>
background-color css
<style>
a { background-color: #624A5E; }
a { background-color: rgb(98,74,94); }
div.DivClassName
{
background-color: #624A5E;
}
.BgClassName
{
background-color: #624A5E;
}
</style>
border-color css
<style>
span { border-color: #624A5E; }
span { border-color: rgb(98,74,94); }
td.TdClassName
{
border-color: #624A5E;
}
.TagClassName
{
border-color: #624A5E;
}
</style>