Shades of Purple Taupe #62425F
Tints of Purple Taupe #62425F
RGB
CMYK
RGB Variations
Color information
#62425F (or 0x62425F) is known color: Purple Taupe. HEX triplet: 62, 42 and 5F. RGB value is (98,66,95). Sum of RGB (Red+Green+Blue) = 98+66+95=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 98 - color contains mainly: red. Hex color #62425F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62425F is #9DBDA0. Grayscale: #4E4E4E. Windows color (decimal): -10337697 or 6242914. OLE color: 6242914.
HSL color Cylindrical-coordinate representation of color #62425F: hue angle of 305.62º 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 #62425F is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 66 | 95 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.62 |
| HSL | 305.63º | 0.2% | 0.32% | - |
| HSV(B) | 305.63º | 0.33% | 0.38% | - |
| XYZ | 9.05 | 7.32 | 11.76 | - |
| YUV | 78.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 66 | 95 | 0 | 0.33 | 0.03 | 0.62 | 305.63 | 0.2 | 0.32 |
| Hex | 62 | 42 | 5F | 0 | 21 | 3 | 3E | 132 | 14 | 20 |
| Octal | 142 | 102 | 137 | 0 | 41 | 3 | 76 | 462 | 24 | 40 |
| Binary | 1100010 | 1000010 | 1011111 | 0 | 100001 | 11 | 111110 | 100110010 | 10100 | 100000 |
Color Harmonies of #62425F
Complementary color
Monochromatic Colors of #62425F
Black with #62425F
Text Example
Text Example
White with #62425F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62425F; }
p { color: rgb(98,66,95); }
H1.HeaderClassName
{
color: #62425F;
}
.AnyTagClassName
{
color: #62425F;
}
</style>
background-color css
<style>
a { background-color: #62425F; }
a { background-color: rgb(98,66,95); }
div.DivClassName
{
background-color: #62425F;
}
.BgClassName
{
background-color: #62425F;
}
</style>
border-color css
<style>
span { border-color: #62425F; }
span { border-color: rgb(98,66,95); }
td.TdClassName
{
border-color: #62425F;
}
.TagClassName
{
border-color: #62425F;
}
</style>