Shades of Purple Taupe #62485D
Tints of Purple Taupe #62485D
RGB
CMYK
RGB Variations
Color information
#62485D (or 0x62485D) is known color: Purple Taupe. HEX triplet: 62, 48 and 5D. RGB value is (98,72,93). Sum of RGB (Red+Green+Blue) = 98+72+93=263 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.26% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 98 - color contains mainly: red. Hex color #62485D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62485D is #9DB7A2. Grayscale: #525252. Windows color (decimal): -10336163 or 6113378. OLE color: 6113378.
HSL color Cylindrical-coordinate representation of color #62485D: hue angle of 311.54º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #62485D is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 72 | 93 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.62 |
| HSL | 311.54º | 0.15% | 0.33% | - |
| HSV(B) | 311.54º | 0.27% | 0.38% | - |
| XYZ | 9.33 | 8.02 | 11.41 | - |
| YUV | 82.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 72 | 93 | 0 | 0.27 | 0.05 | 0.62 | 311.54 | 0.15 | 0.33 |
| Hex | 62 | 48 | 5D | 0 | 1B | 5 | 3E | 138 | F | 21 |
| Octal | 142 | 110 | 135 | 0 | 33 | 5 | 76 | 470 | 17 | 41 |
| Binary | 1100010 | 1001000 | 1011101 | 0 | 11011 | 101 | 111110 | 100111000 | 1111 | 100001 |
Color Harmonies of #62485D
Complementary color
Monochromatic Colors of #62485D
Black with #62485D
Text Example
Text Example
White with #62485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62485D; }
p { color: rgb(98,72,93); }
H1.HeaderClassName
{
color: #62485D;
}
.AnyTagClassName
{
color: #62485D;
}
</style>
background-color css
<style>
a { background-color: #62485D; }
a { background-color: rgb(98,72,93); }
div.DivClassName
{
background-color: #62485D;
}
.BgClassName
{
background-color: #62485D;
}
</style>
border-color css
<style>
span { border-color: #62485D; }
span { border-color: rgb(98,72,93); }
td.TdClassName
{
border-color: #62485D;
}
.TagClassName
{
border-color: #62485D;
}
</style>