Shades of Purple Taupe #62435E
Tints of Purple Taupe #62435E
RGB
CMYK
RGB Variations
Color information
#62435E (or 0x62435E) is known color: Purple Taupe. HEX triplet: 62, 43 and 5E. RGB value is (98,67,94). Sum of RGB (Red+Green+Blue) = 98+67+94=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 98 - color contains mainly: red. Hex color #62435E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62435E is #9DBCA1. Grayscale: #4F4F4F. Windows color (decimal): -10337442 or 6177634. OLE color: 6177634.
HSL color Cylindrical-coordinate representation of color #62435E: hue angle of 307.74º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #62435E is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 67 | 94 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.62 |
| HSL | 307.74º | 0.19% | 0.32% | - |
| HSV(B) | 307.74º | 0.32% | 0.38% | - |
| XYZ | 9.06 | 7.42 | 11.54 | - |
| YUV | 79.35 | 136.27 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 67 | 94 | 0 | 0.32 | 0.04 | 0.62 | 307.74 | 0.19 | 0.32 |
| Hex | 62 | 43 | 5E | 0 | 20 | 4 | 3E | 134 | 13 | 20 |
| Octal | 142 | 103 | 136 | 0 | 40 | 4 | 76 | 464 | 23 | 40 |
| Binary | 1100010 | 1000011 | 1011110 | 0 | 100000 | 100 | 111110 | 100110100 | 10011 | 100000 |
Color Harmonies of #62435E
Complementary color
Monochromatic Colors of #62435E
Black with #62435E
Text Example
Text Example
White with #62435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62435E; }
p { color: rgb(98,67,94); }
H1.HeaderClassName
{
color: #62435E;
}
.AnyTagClassName
{
color: #62435E;
}
</style>
background-color css
<style>
a { background-color: #62435E; }
a { background-color: rgb(98,67,94); }
div.DivClassName
{
background-color: #62435E;
}
.BgClassName
{
background-color: #62435E;
}
</style>
border-color css
<style>
span { border-color: #62435E; }
span { border-color: rgb(98,67,94); }
td.TdClassName
{
border-color: #62435E;
}
.TagClassName
{
border-color: #62435E;
}
</style>