Shades of Purple Taupe #524451
Tints of Purple Taupe #524451
RGB
CMYK
RGB Variations
Color information
#524451 (or 0x524451) is known color: Purple Taupe. HEX triplet: 52, 44 and 51. RGB value is (82,68,81). Sum of RGB (Red+Green+Blue) = 82+68+81=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 82 - color contains mainly: red. Hex color #524451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524451 is #ADBBAE. Grayscale: #494949. Windows color (decimal): -11385775 or 5325906. OLE color: 5325906.
HSL color Cylindrical-coordinate representation of color #524451: hue angle of 304.29º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #524451 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 68 | 81 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.68 |
| HSL | 304.29º | 0.09% | 0.29% | - |
| HSV(B) | 304.29º | 0.17% | 0.32% | - |
| XYZ | 7.03 | 6.52 | 8.67 | - |
| YUV | 73.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 68 | 81 | 0 | 0.17 | 0.01 | 0.68 | 304.29 | 0.09 | 0.29 |
| Hex | 52 | 44 | 51 | 0 | 11 | 1 | 44 | 130 | 9 | 1D |
| Octal | 122 | 104 | 121 | 0 | 21 | 1 | 104 | 460 | 11 | 35 |
| Binary | 1010010 | 1000100 | 1010001 | 0 | 10001 | 1 | 1000100 | 100110000 | 1001 | 11101 |
Color Harmonies of #524451
Complementary color
Monochromatic Colors of #524451
Black with #524451
Text Example
Text Example
White with #524451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524451; }
p { color: rgb(82,68,81); }
H1.HeaderClassName
{
color: #524451;
}
.AnyTagClassName
{
color: #524451;
}
</style>
background-color css
<style>
a { background-color: #524451; }
a { background-color: rgb(82,68,81); }
div.DivClassName
{
background-color: #524451;
}
.BgClassName
{
background-color: #524451;
}
</style>
border-color css
<style>
span { border-color: #524451; }
span { border-color: rgb(82,68,81); }
td.TdClassName
{
border-color: #524451;
}
.TagClassName
{
border-color: #524451;
}
</style>