Shades of Purple Taupe #62415E
Tints of Purple Taupe #62415E
RGB
CMYK
RGB Variations
Color information
#62415E (or 0x62415E) is known color: Purple Taupe. HEX triplet: 62, 41 and 5E. RGB value is (98,65,94). Sum of RGB (Red+Green+Blue) = 98+65+94=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 98 - color contains mainly: red. Hex color #62415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62415E is #9DBEA1. Grayscale: #4E4E4E. Windows color (decimal): -10337954 or 6177122. OLE color: 6177122.
HSL color Cylindrical-coordinate representation of color #62415E: hue angle of 307.27º 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 #62415E is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 65 | 94 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.62 |
| HSL | 307.27º | 0.2% | 0.32% | - |
| HSV(B) | 307.27º | 0.34% | 0.38% | - |
| XYZ | 8.95 | 7.19 | 11.51 | - |
| YUV | 78.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 65 | 94 | 0 | 0.34 | 0.04 | 0.62 | 307.27 | 0.2 | 0.32 |
| Hex | 62 | 41 | 5E | 0 | 22 | 4 | 3E | 133 | 14 | 20 |
| Octal | 142 | 101 | 136 | 0 | 42 | 4 | 76 | 463 | 24 | 40 |
| Binary | 1100010 | 1000001 | 1011110 | 0 | 100010 | 100 | 111110 | 100110011 | 10100 | 100000 |
Color Harmonies of #62415E
Complementary color
Monochromatic Colors of #62415E
Black with #62415E
Text Example
Text Example
White with #62415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62415E; }
p { color: rgb(98,65,94); }
H1.HeaderClassName
{
color: #62415E;
}
.AnyTagClassName
{
color: #62415E;
}
</style>
background-color css
<style>
a { background-color: #62415E; }
a { background-color: rgb(98,65,94); }
div.DivClassName
{
background-color: #62415E;
}
.BgClassName
{
background-color: #62415E;
}
</style>
border-color css
<style>
span { border-color: #62415E; }
span { border-color: rgb(98,65,94); }
td.TdClassName
{
border-color: #62415E;
}
.TagClassName
{
border-color: #62415E;
}
</style>