Shades of Purple Taupe #62445A
Tints of Purple Taupe #62445A
RGB
CMYK
RGB Variations
Color information
#62445A (or 0x62445A) is known color: Purple Taupe. HEX triplet: 62, 44 and 5A. RGB value is (98,68,90). Sum of RGB (Red+Green+Blue) = 98+68+90=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 98 - color contains mainly: red. Hex color #62445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62445A is #9DBBA5. Grayscale: #4F4F4F. Windows color (decimal): -10337190 or 5915746. OLE color: 5915746.
HSL color Cylindrical-coordinate representation of color #62445A: hue angle of 316º 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 #62445A is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 68 | 90 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.62 |
| HSL | 316º | 0.18% | 0.33% | - |
| HSV(B) | 316º | 0.31% | 0.38% | - |
| XYZ | 8.95 | 7.47 | 10.64 | - |
| YUV | 79.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 68 | 90 | 0 | 0.31 | 0.08 | 0.62 | 316 | 0.18 | 0.33 |
| Hex | 62 | 44 | 5A | 0 | 1F | 8 | 3E | 13C | 12 | 21 |
| Octal | 142 | 104 | 132 | 0 | 37 | 10 | 76 | 474 | 22 | 41 |
| Binary | 1100010 | 1000100 | 1011010 | 0 | 11111 | 1000 | 111110 | 100111100 | 10010 | 100001 |
Color Harmonies of #62445A
Complementary color
Monochromatic Colors of #62445A
Black with #62445A
Text Example
Text Example
White with #62445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62445A; }
p { color: rgb(98,68,90); }
H1.HeaderClassName
{
color: #62445A;
}
.AnyTagClassName
{
color: #62445A;
}
</style>
background-color css
<style>
a { background-color: #62445A; }
a { background-color: rgb(98,68,90); }
div.DivClassName
{
background-color: #62445A;
}
.BgClassName
{
background-color: #62445A;
}
</style>
border-color css
<style>
span { border-color: #62445A; }
span { border-color: rgb(98,68,90); }
td.TdClassName
{
border-color: #62445A;
}
.TagClassName
{
border-color: #62445A;
}
</style>