Shades of Purple Taupe #62495E
Tints of Purple Taupe #62495E
RGB
CMYK
RGB Variations
Color information
#62495E (or 0x62495E) is known color: Purple Taupe. HEX triplet: 62, 49 and 5E. RGB value is (98,73,94). Sum of RGB (Red+Green+Blue) = 98+73+94=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 98 - color contains mainly: red. Hex color #62495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62495E is #9DB6A1. Grayscale: #525252. Windows color (decimal): -10335906 or 6179170. OLE color: 6179170.
HSL color Cylindrical-coordinate representation of color #62495E: hue angle of 309.6º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #62495E is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 73 | 94 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.62 |
| HSL | 309.6º | 0.15% | 0.34% | - |
| HSV(B) | 309.6º | 0.26% | 0.38% | - |
| XYZ | 9.44 | 8.17 | 11.67 | - |
| YUV | 82.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 73 | 94 | 0 | 0.26 | 0.04 | 0.62 | 309.6 | 0.15 | 0.34 |
| Hex | 62 | 49 | 5E | 0 | 1A | 4 | 3E | 136 | F | 22 |
| Octal | 142 | 111 | 136 | 0 | 32 | 4 | 76 | 466 | 17 | 42 |
| Binary | 1100010 | 1001001 | 1011110 | 0 | 11010 | 100 | 111110 | 100110110 | 1111 | 100010 |
Color Harmonies of #62495E
Complementary color
Monochromatic Colors of #62495E
Black with #62495E
Text Example
Text Example
White with #62495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62495E; }
p { color: rgb(98,73,94); }
H1.HeaderClassName
{
color: #62495E;
}
.AnyTagClassName
{
color: #62495E;
}
</style>
background-color css
<style>
a { background-color: #62495E; }
a { background-color: rgb(98,73,94); }
div.DivClassName
{
background-color: #62495E;
}
.BgClassName
{
background-color: #62495E;
}
</style>
border-color css
<style>
span { border-color: #62495E; }
span { border-color: rgb(98,73,94); }
td.TdClassName
{
border-color: #62495E;
}
.TagClassName
{
border-color: #62495E;
}
</style>