Shades of Purple Taupe #534452
Tints of Purple Taupe #534452
RGB
CMYK
RGB Variations
Color information
#534452 (or 0x534452) is known color: Purple Taupe. HEX triplet: 53, 44 and 52. RGB value is (83,68,82). Sum of RGB (Red+Green+Blue) = 83+68+82=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 83 - color contains mainly: red. Hex color #534452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534452 is #ACBBAD. Grayscale: #4A4A4A. Windows color (decimal): -11320238 or 5391443. OLE color: 5391443.
HSL color Cylindrical-coordinate representation of color #534452: hue angle of 304º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #534452 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 68 | 82 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.67 |
| HSL | 304º | 0.1% | 0.3% | - |
| HSV(B) | 304º | 0.18% | 0.33% | - |
| XYZ | 7.16 | 6.58 | 8.88 | - |
| YUV | 74.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 82 | 0 | 0.18 | 0.01 | 0.67 | 304 | 0.1 | 0.3 |
| Hex | 53 | 44 | 52 | 0 | 12 | 1 | 43 | 130 | A | 1E |
| Octal | 123 | 104 | 122 | 0 | 22 | 1 | 103 | 460 | 12 | 36 |
| Binary | 1010011 | 1000100 | 1010010 | 0 | 10010 | 1 | 1000011 | 100110000 | 1010 | 11110 |
Color Harmonies of #534452
Complementary color
Monochromatic Colors of #534452
Black with #534452
Text Example
Text Example
White with #534452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534452; }
p { color: rgb(83,68,82); }
H1.HeaderClassName
{
color: #534452;
}
.AnyTagClassName
{
color: #534452;
}
</style>
background-color css
<style>
a { background-color: #534452; }
a { background-color: rgb(83,68,82); }
div.DivClassName
{
background-color: #534452;
}
.BgClassName
{
background-color: #534452;
}
</style>
border-color css
<style>
span { border-color: #534452; }
span { border-color: rgb(83,68,82); }
td.TdClassName
{
border-color: #534452;
}
.TagClassName
{
border-color: #534452;
}
</style>