Shades of Purple Taupe #62425D
Tints of Purple Taupe #62425D
RGB
CMYK
RGB Variations
Color information
#62425D (or 0x62425D) is known color: Purple Taupe. HEX triplet: 62, 42 and 5D. RGB value is (98,66,93). Sum of RGB (Red+Green+Blue) = 98+66+93=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 98 - color contains mainly: red. Hex color #62425D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62425D is #9DBDA2. Grayscale: #4E4E4E. Windows color (decimal): -10337699 or 6111842. OLE color: 6111842.
HSL color Cylindrical-coordinate representation of color #62425D: hue angle of 309.38º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #62425D is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 66 | 93 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.62 |
| HSL | 309.38º | 0.2% | 0.32% | - |
| HSV(B) | 309.38º | 0.33% | 0.38% | - |
| XYZ | 8.96 | 7.28 | 11.29 | - |
| YUV | 78.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 66 | 93 | 0 | 0.33 | 0.05 | 0.62 | 309.38 | 0.2 | 0.32 |
| Hex | 62 | 42 | 5D | 0 | 21 | 5 | 3E | 135 | 14 | 20 |
| Octal | 142 | 102 | 135 | 0 | 41 | 5 | 76 | 465 | 24 | 40 |
| Binary | 1100010 | 1000010 | 1011101 | 0 | 100001 | 101 | 111110 | 100110101 | 10100 | 100000 |
Color Harmonies of #62425D
Complementary color
Monochromatic Colors of #62425D
Black with #62425D
Text Example
Text Example
White with #62425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62425D; }
p { color: rgb(98,66,93); }
H1.HeaderClassName
{
color: #62425D;
}
.AnyTagClassName
{
color: #62425D;
}
</style>
background-color css
<style>
a { background-color: #62425D; }
a { background-color: rgb(98,66,93); }
div.DivClassName
{
background-color: #62425D;
}
.BgClassName
{
background-color: #62425D;
}
</style>
border-color css
<style>
span { border-color: #62425D; }
span { border-color: rgb(98,66,93); }
td.TdClassName
{
border-color: #62425D;
}
.TagClassName
{
border-color: #62425D;
}
</style>