Shades of Purple Taupe #62415D
Tints of Purple Taupe #62415D
RGB
CMYK
RGB Variations
Color information
#62415D (or 0x62415D) is known color: Purple Taupe. HEX triplet: 62, 41 and 5D. RGB value is (98,65,93). Sum of RGB (Red+Green+Blue) = 98+65+93=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 98 - color contains mainly: red. Hex color #62415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62415D is #9DBEA2. Grayscale: #4D4D4D. Windows color (decimal): -10337955 or 6111586. OLE color: 6111586.
HSL color Cylindrical-coordinate representation of color #62415D: hue angle of 309.09º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #62415D is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 65 | 93 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.62 |
| HSL | 309.09º | 0.2% | 0.32% | - |
| HSV(B) | 309.09º | 0.34% | 0.38% | - |
| XYZ | 8.9 | 7.17 | 11.27 | - |
| YUV | 78.06 | 136.43 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 65 | 93 | 0 | 0.34 | 0.05 | 0.62 | 309.09 | 0.2 | 0.32 |
| Hex | 62 | 41 | 5D | 0 | 22 | 5 | 3E | 135 | 14 | 20 |
| Octal | 142 | 101 | 135 | 0 | 42 | 5 | 76 | 465 | 24 | 40 |
| Binary | 1100010 | 1000001 | 1011101 | 0 | 100010 | 101 | 111110 | 100110101 | 10100 | 100000 |
Color Harmonies of #62415D
Complementary color
Monochromatic Colors of #62415D
Black with #62415D
Text Example
Text Example
White with #62415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62415D; }
p { color: rgb(98,65,93); }
H1.HeaderClassName
{
color: #62415D;
}
.AnyTagClassName
{
color: #62415D;
}
</style>
background-color css
<style>
a { background-color: #62415D; }
a { background-color: rgb(98,65,93); }
div.DivClassName
{
background-color: #62415D;
}
.BgClassName
{
background-color: #62415D;
}
</style>
border-color css
<style>
span { border-color: #62415D; }
span { border-color: rgb(98,65,93); }
td.TdClassName
{
border-color: #62415D;
}
.TagClassName
{
border-color: #62415D;
}
</style>