Shades of Purple Taupe #534852
Tints of Purple Taupe #534852
RGB
CMYK
RGB Variations
Color information
#534852 (or 0x534852) is known color: Purple Taupe. HEX triplet: 53, 48 and 52. RGB value is (83,72,82). Sum of RGB (Red+Green+Blue) = 83+72+82=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 83 - color contains mainly: red. Hex color #534852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534852 is #ACB7AD. Grayscale: #4C4C4C. Windows color (decimal): -11319214 or 5392467. OLE color: 5392467.
HSL color Cylindrical-coordinate representation of color #534852: hue angle of 305.45º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #534852 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 72 | 82 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.67 |
| HSL | 305.45º | 0.07% | 0.3% | - |
| HSV(B) | 305.45º | 0.13% | 0.33% | - |
| XYZ | 7.41 | 7.08 | 8.96 | - |
| YUV | 76.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 82 | 0 | 0.13 | 0.01 | 0.67 | 305.45 | 0.07 | 0.3 |
| Hex | 53 | 48 | 52 | 0 | D | 1 | 43 | 131 | 7 | 1E |
| Octal | 123 | 110 | 122 | 0 | 15 | 1 | 103 | 461 | 7 | 36 |
| Binary | 1010011 | 1001000 | 1010010 | 0 | 1101 | 1 | 1000011 | 100110001 | 111 | 11110 |
Color Harmonies of #534852
Complementary color
Monochromatic Colors of #534852
Black with #534852
Text Example
Text Example
White with #534852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534852; }
p { color: rgb(83,72,82); }
H1.HeaderClassName
{
color: #534852;
}
.AnyTagClassName
{
color: #534852;
}
</style>
background-color css
<style>
a { background-color: #534852; }
a { background-color: rgb(83,72,82); }
div.DivClassName
{
background-color: #534852;
}
.BgClassName
{
background-color: #534852;
}
</style>
border-color css
<style>
span { border-color: #534852; }
span { border-color: rgb(83,72,82); }
td.TdClassName
{
border-color: #534852;
}
.TagClassName
{
border-color: #534852;
}
</style>