Shades of Purple Taupe #62465D
Tints of Purple Taupe #62465D
RGB
CMYK
RGB Variations
Color information
#62465D (or 0x62465D) is known color: Purple Taupe. HEX triplet: 62, 46 and 5D. RGB value is (98,70,93). Sum of RGB (Red+Green+Blue) = 98+70+93=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 98 - color contains mainly: red. Hex color #62465D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62465D is #9DB9A2. Grayscale: #505050. Windows color (decimal): -10336675 or 6112866. OLE color: 6112866.
HSL color Cylindrical-coordinate representation of color #62465D: hue angle of 310.71º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #62465D is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 70 | 93 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.62 |
| HSL | 310.71º | 0.17% | 0.33% | - |
| HSV(B) | 310.71º | 0.29% | 0.38% | - |
| XYZ | 9.2 | 7.77 | 11.37 | - |
| YUV | 80.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 70 | 93 | 0 | 0.29 | 0.05 | 0.62 | 310.71 | 0.17 | 0.33 |
| Hex | 62 | 46 | 5D | 0 | 1D | 5 | 3E | 137 | 11 | 21 |
| Octal | 142 | 106 | 135 | 0 | 35 | 5 | 76 | 467 | 21 | 41 |
| Binary | 1100010 | 1000110 | 1011101 | 0 | 11101 | 101 | 111110 | 100110111 | 10001 | 100001 |
Color Harmonies of #62465D
Complementary color
Monochromatic Colors of #62465D
Black with #62465D
Text Example
Text Example
White with #62465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62465D; }
p { color: rgb(98,70,93); }
H1.HeaderClassName
{
color: #62465D;
}
.AnyTagClassName
{
color: #62465D;
}
</style>
background-color css
<style>
a { background-color: #62465D; }
a { background-color: rgb(98,70,93); }
div.DivClassName
{
background-color: #62465D;
}
.BgClassName
{
background-color: #62465D;
}
</style>
border-color css
<style>
span { border-color: #62465D; }
span { border-color: rgb(98,70,93); }
td.TdClassName
{
border-color: #62465D;
}
.TagClassName
{
border-color: #62465D;
}
</style>