Shades of Purple Taupe #623955
Tints of Purple Taupe #623955
RGB
CMYK
RGB Variations
Color information
#623955 (or 0x623955) is known color: Purple Taupe. HEX triplet: 62, 39 and 55. RGB value is (98,57,85). Sum of RGB (Red+Green+Blue) = 98+57+85=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 98 - color contains mainly: red. Hex color #623955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623955 is #9DC6AA. Grayscale: #484848. Windows color (decimal): -10340011 or 5585250. OLE color: 5585250.
HSL color Cylindrical-coordinate representation of color #623955: hue angle of 319.02º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #623955 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 57 | 85 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.62 |
| HSL | 319.02º | 0.26% | 0.3% | - |
| HSV(B) | 319.02º | 0.42% | 0.38% | - |
| XYZ | 8.14 | 6.18 | 9.36 | - |
| YUV | 72.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 57 | 85 | 0 | 0.42 | 0.13 | 0.62 | 319.02 | 0.26 | 0.3 |
| Hex | 62 | 39 | 55 | 0 | 2A | D | 3E | 13F | 1A | 1E |
| Octal | 142 | 71 | 125 | 0 | 52 | 15 | 76 | 477 | 32 | 36 |
| Binary | 1100010 | 111001 | 1010101 | 0 | 101010 | 1101 | 111110 | 100111111 | 11010 | 11110 |
Color Harmonies of #623955
Complementary color
Monochromatic Colors of #623955
Black with #623955
Text Example
Text Example
White with #623955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623955; }
p { color: rgb(98,57,85); }
H1.HeaderClassName
{
color: #623955;
}
.AnyTagClassName
{
color: #623955;
}
</style>
background-color css
<style>
a { background-color: #623955; }
a { background-color: rgb(98,57,85); }
div.DivClassName
{
background-color: #623955;
}
.BgClassName
{
background-color: #623955;
}
</style>
border-color css
<style>
span { border-color: #623955; }
span { border-color: rgb(98,57,85); }
td.TdClassName
{
border-color: #623955;
}
.TagClassName
{
border-color: #623955;
}
</style>