Shades of Purple Taupe #62405C
Tints of Purple Taupe #62405C
RGB
CMYK
RGB Variations
Color information
#62405C (or 0x62405C) is known color: Purple Taupe. HEX triplet: 62, 40 and 5C. RGB value is (98,64,92). Sum of RGB (Red+Green+Blue) = 98+64+92=254 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.58% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 98 - color contains mainly: red. Hex color #62405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62405C is #9DBFA3. Grayscale: #4D4D4D. Windows color (decimal): -10338212 or 6045794. OLE color: 6045794.
HSL color Cylindrical-coordinate representation of color #62405C: hue angle of 310.59º 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 #62405C is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 64 | 92 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.62 |
| HSL | 310.59º | 0.21% | 0.32% | - |
| HSV(B) | 310.59º | 0.35% | 0.38% | - |
| XYZ | 8.8 | 7.04 | 11.02 | - |
| YUV | 77.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 64 | 92 | 0 | 0.35 | 0.06 | 0.62 | 310.59 | 0.21 | 0.32 |
| Hex | 62 | 40 | 5C | 0 | 23 | 6 | 3E | 137 | 15 | 20 |
| Octal | 142 | 100 | 134 | 0 | 43 | 6 | 76 | 467 | 25 | 40 |
| Binary | 1100010 | 1000000 | 1011100 | 0 | 100011 | 110 | 111110 | 100110111 | 10101 | 100000 |
Color Harmonies of #62405C
Complementary color
Monochromatic Colors of #62405C
Black with #62405C
Text Example
Text Example
White with #62405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62405C; }
p { color: rgb(98,64,92); }
H1.HeaderClassName
{
color: #62405C;
}
.AnyTagClassName
{
color: #62405C;
}
</style>
background-color css
<style>
a { background-color: #62405C; }
a { background-color: rgb(98,64,92); }
div.DivClassName
{
background-color: #62405C;
}
.BgClassName
{
background-color: #62405C;
}
</style>
border-color css
<style>
span { border-color: #62405C; }
span { border-color: rgb(98,64,92); }
td.TdClassName
{
border-color: #62405C;
}
.TagClassName
{
border-color: #62405C;
}
</style>