Shades of Purple Taupe #534352
Tints of Purple Taupe #534352
RGB
CMYK
RGB Variations
Color information
#534352 (or 0x534352) is known color: Purple Taupe. HEX triplet: 53, 43 and 52. RGB value is (83,67,82). Sum of RGB (Red+Green+Blue) = 83+67+82=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 83 - color contains mainly: red. Hex color #534352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534352 is #ACBCAD. Grayscale: #494949. Windows color (decimal): -11320494 or 5391187. OLE color: 5391187.
HSL color Cylindrical-coordinate representation of color #534352: hue angle of 303.75º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #534352 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 67 | 82 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.67 |
| HSL | 303.75º | 0.11% | 0.29% | - |
| HSV(B) | 303.75º | 0.19% | 0.33% | - |
| XYZ | 7.1 | 6.46 | 8.86 | - |
| YUV | 73.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 82 | 0 | 0.19 | 0.01 | 0.67 | 303.75 | 0.11 | 0.29 |
| Hex | 53 | 43 | 52 | 0 | 13 | 1 | 43 | 130 | B | 1D |
| Octal | 123 | 103 | 122 | 0 | 23 | 1 | 103 | 460 | 13 | 35 |
| Binary | 1010011 | 1000011 | 1010010 | 0 | 10011 | 1 | 1000011 | 100110000 | 1011 | 11101 |
Color Harmonies of #534352
Complementary color
Monochromatic Colors of #534352
Black with #534352
Text Example
Text Example
White with #534352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534352; }
p { color: rgb(83,67,82); }
H1.HeaderClassName
{
color: #534352;
}
.AnyTagClassName
{
color: #534352;
}
</style>
background-color css
<style>
a { background-color: #534352; }
a { background-color: rgb(83,67,82); }
div.DivClassName
{
background-color: #534352;
}
.BgClassName
{
background-color: #534352;
}
</style>
border-color css
<style>
span { border-color: #534352; }
span { border-color: rgb(83,67,82); }
td.TdClassName
{
border-color: #534352;
}
.TagClassName
{
border-color: #534352;
}
</style>