Shades of Purple Taupe #62435D
Tints of Purple Taupe #62435D
RGB
CMYK
RGB Variations
Color information
#62435D (or 0x62435D) is known color: Purple Taupe. HEX triplet: 62, 43 and 5D. RGB value is (98,67,93). Sum of RGB (Red+Green+Blue) = 98+67+93=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 98 - color contains mainly: red. Hex color #62435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62435D is #9DBCA2. Grayscale: #4F4F4F. Windows color (decimal): -10337443 or 6112098. OLE color: 6112098.
HSL color Cylindrical-coordinate representation of color #62435D: hue angle of 309.68º 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 #62435D is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 67 | 93 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.62 |
| HSL | 309.68º | 0.19% | 0.32% | - |
| HSV(B) | 309.68º | 0.32% | 0.38% | - |
| XYZ | 9.02 | 7.4 | 11.31 | - |
| YUV | 79.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 67 | 93 | 0 | 0.32 | 0.05 | 0.62 | 309.68 | 0.19 | 0.32 |
| Hex | 62 | 43 | 5D | 0 | 20 | 5 | 3E | 136 | 13 | 20 |
| Octal | 142 | 103 | 135 | 0 | 40 | 5 | 76 | 466 | 23 | 40 |
| Binary | 1100010 | 1000011 | 1011101 | 0 | 100000 | 101 | 111110 | 100110110 | 10011 | 100000 |
Color Harmonies of #62435D
Complementary color
Monochromatic Colors of #62435D
Black with #62435D
Text Example
Text Example
White with #62435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62435D; }
p { color: rgb(98,67,93); }
H1.HeaderClassName
{
color: #62435D;
}
.AnyTagClassName
{
color: #62435D;
}
</style>
background-color css
<style>
a { background-color: #62435D; }
a { background-color: rgb(98,67,93); }
div.DivClassName
{
background-color: #62435D;
}
.BgClassName
{
background-color: #62435D;
}
</style>
border-color css
<style>
span { border-color: #62435D; }
span { border-color: rgb(98,67,93); }
td.TdClassName
{
border-color: #62435D;
}
.TagClassName
{
border-color: #62435D;
}
</style>