Shades of Purple Taupe #62435C
Tints of Purple Taupe #62435C
RGB
CMYK
RGB Variations
Color information
#62435C (or 0x62435C) is known color: Purple Taupe. HEX triplet: 62, 43 and 5C. RGB value is (98,67,92). Sum of RGB (Red+Green+Blue) = 98+67+92=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 98 - color contains mainly: red. Hex color #62435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62435C is #9DBCA3. Grayscale: #4F4F4F. Windows color (decimal): -10337444 or 6046562. OLE color: 6046562.
HSL color Cylindrical-coordinate representation of color #62435C: hue angle of 311.61º 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 #62435C is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 67 | 92 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.62 |
| HSL | 311.61º | 0.19% | 0.32% | - |
| HSV(B) | 311.61º | 0.32% | 0.38% | - |
| XYZ | 8.98 | 7.38 | 11.08 | - |
| YUV | 79.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 67 | 92 | 0 | 0.32 | 0.06 | 0.62 | 311.61 | 0.19 | 0.32 |
| Hex | 62 | 43 | 5C | 0 | 20 | 6 | 3E | 138 | 13 | 20 |
| Octal | 142 | 103 | 134 | 0 | 40 | 6 | 76 | 470 | 23 | 40 |
| Binary | 1100010 | 1000011 | 1011100 | 0 | 100000 | 110 | 111110 | 100111000 | 10011 | 100000 |
Color Harmonies of #62435C
Complementary color
Monochromatic Colors of #62435C
Black with #62435C
Text Example
Text Example
White with #62435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62435C; }
p { color: rgb(98,67,92); }
H1.HeaderClassName
{
color: #62435C;
}
.AnyTagClassName
{
color: #62435C;
}
</style>
background-color css
<style>
a { background-color: #62435C; }
a { background-color: rgb(98,67,92); }
div.DivClassName
{
background-color: #62435C;
}
.BgClassName
{
background-color: #62435C;
}
</style>
border-color css
<style>
span { border-color: #62435C; }
span { border-color: rgb(98,67,92); }
td.TdClassName
{
border-color: #62435C;
}
.TagClassName
{
border-color: #62435C;
}
</style>