Shades of Purple Taupe #62405D
Tints of Purple Taupe #62405D
RGB
CMYK
RGB Variations
Color information
#62405D (or 0x62405D) is known color: Purple Taupe. HEX triplet: 62, 40 and 5D. RGB value is (98,64,93). Sum of RGB (Red+Green+Blue) = 98+64+93=255 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.43% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 98 - color contains mainly: red. Hex color #62405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62405D is #9DBFA2. Grayscale: #4D4D4D. Windows color (decimal): -10338211 or 6111330. OLE color: 6111330.
HSL color Cylindrical-coordinate representation of color #62405D: hue angle of 308.82º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #62405D is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 64 | 93 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.62 |
| HSL | 308.82º | 0.21% | 0.32% | - |
| HSV(B) | 308.82º | 0.35% | 0.38% | - |
| XYZ | 8.85 | 7.05 | 11.25 | - |
| YUV | 77.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 64 | 93 | 0 | 0.35 | 0.05 | 0.62 | 308.82 | 0.21 | 0.32 |
| Hex | 62 | 40 | 5D | 0 | 23 | 5 | 3E | 135 | 15 | 20 |
| Octal | 142 | 100 | 135 | 0 | 43 | 5 | 76 | 465 | 25 | 40 |
| Binary | 1100010 | 1000000 | 1011101 | 0 | 100011 | 101 | 111110 | 100110101 | 10101 | 100000 |
Color Harmonies of #62405D
Complementary color
Monochromatic Colors of #62405D
Black with #62405D
Text Example
Text Example
White with #62405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62405D; }
p { color: rgb(98,64,93); }
H1.HeaderClassName
{
color: #62405D;
}
.AnyTagClassName
{
color: #62405D;
}
</style>
background-color css
<style>
a { background-color: #62405D; }
a { background-color: rgb(98,64,93); }
div.DivClassName
{
background-color: #62405D;
}
.BgClassName
{
background-color: #62405D;
}
</style>
border-color css
<style>
span { border-color: #62405D; }
span { border-color: rgb(98,64,93); }
td.TdClassName
{
border-color: #62405D;
}
.TagClassName
{
border-color: #62405D;
}
</style>