Shades of Purple Taupe #62435F
Tints of Purple Taupe #62435F
RGB
CMYK
RGB Variations
Color information
#62435F (or 0x62435F) is known color: Purple Taupe. HEX triplet: 62, 43 and 5F. RGB value is (98,67,95). Sum of RGB (Red+Green+Blue) = 98+67+95=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 98 - color contains mainly: red. Hex color #62435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62435F is #9DBCA0. Grayscale: #4F4F4F. Windows color (decimal): -10337441 or 6243170. OLE color: 6243170.
HSL color Cylindrical-coordinate representation of color #62435F: hue angle of 305.81º 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 #62435F is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 67 | 95 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.62 |
| HSL | 305.81º | 0.19% | 0.32% | - |
| HSV(B) | 305.81º | 0.32% | 0.38% | - |
| XYZ | 9.11 | 7.44 | 11.78 | - |
| YUV | 79.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 67 | 95 | 0 | 0.32 | 0.03 | 0.62 | 305.81 | 0.19 | 0.32 |
| Hex | 62 | 43 | 5F | 0 | 20 | 3 | 3E | 132 | 13 | 20 |
| Octal | 142 | 103 | 137 | 0 | 40 | 3 | 76 | 462 | 23 | 40 |
| Binary | 1100010 | 1000011 | 1011111 | 0 | 100000 | 11 | 111110 | 100110010 | 10011 | 100000 |
Color Harmonies of #62435F
Complementary color
Monochromatic Colors of #62435F
Black with #62435F
Text Example
Text Example
White with #62435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62435F; }
p { color: rgb(98,67,95); }
H1.HeaderClassName
{
color: #62435F;
}
.AnyTagClassName
{
color: #62435F;
}
</style>
background-color css
<style>
a { background-color: #62435F; }
a { background-color: rgb(98,67,95); }
div.DivClassName
{
background-color: #62435F;
}
.BgClassName
{
background-color: #62435F;
}
</style>
border-color css
<style>
span { border-color: #62435F; }
span { border-color: rgb(98,67,95); }
td.TdClassName
{
border-color: #62435F;
}
.TagClassName
{
border-color: #62435F;
}
</style>