Shades of Purple Taupe #62445B
Tints of Purple Taupe #62445B
RGB
CMYK
RGB Variations
Color information
#62445B (or 0x62445B) is known color: Purple Taupe. HEX triplet: 62, 44 and 5B. RGB value is (98,68,91). Sum of RGB (Red+Green+Blue) = 98+68+91=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 98 - color contains mainly: red. Hex color #62445B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62445B is #9DBBA4. Grayscale: #4F4F4F. Windows color (decimal): -10337189 or 5981282. OLE color: 5981282.
HSL color Cylindrical-coordinate representation of color #62445B: hue angle of 314º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #62445B is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 68 | 91 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.62 |
| HSL | 314º | 0.18% | 0.33% | - |
| HSV(B) | 314º | 0.31% | 0.38% | - |
| XYZ | 8.99 | 7.49 | 10.87 | - |
| YUV | 79.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 68 | 91 | 0 | 0.31 | 0.07 | 0.62 | 314 | 0.18 | 0.33 |
| Hex | 62 | 44 | 5B | 0 | 1F | 7 | 3E | 13A | 12 | 21 |
| Octal | 142 | 104 | 133 | 0 | 37 | 7 | 76 | 472 | 22 | 41 |
| Binary | 1100010 | 1000100 | 1011011 | 0 | 11111 | 111 | 111110 | 100111010 | 10010 | 100001 |
Color Harmonies of #62445B
Complementary color
Monochromatic Colors of #62445B
Black with #62445B
Text Example
Text Example
White with #62445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62445B; }
p { color: rgb(98,68,91); }
H1.HeaderClassName
{
color: #62445B;
}
.AnyTagClassName
{
color: #62445B;
}
</style>
background-color css
<style>
a { background-color: #62445B; }
a { background-color: rgb(98,68,91); }
div.DivClassName
{
background-color: #62445B;
}
.BgClassName
{
background-color: #62445B;
}
</style>
border-color css
<style>
span { border-color: #62445B; }
span { border-color: rgb(98,68,91); }
td.TdClassName
{
border-color: #62445B;
}
.TagClassName
{
border-color: #62445B;
}
</style>