Shades of Purple Taupe #534151
Tints of Purple Taupe #534151
RGB
CMYK
RGB Variations
Color information
#534151 (or 0x534151) is known color: Purple Taupe. HEX triplet: 53, 41 and 51. RGB value is (83,65,81). Sum of RGB (Red+Green+Blue) = 83+65+81=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 83 - color contains mainly: red. Hex color #534151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534151 is #ACBEAE. Grayscale: #484848. Windows color (decimal): -11321007 or 5325139. OLE color: 5325139.
HSL color Cylindrical-coordinate representation of color #534151: hue angle of 306.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #534151 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 65 | 81 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.67 |
| HSL | 306.67º | 0.12% | 0.29% | - |
| HSV(B) | 306.67º | 0.22% | 0.33% | - |
| XYZ | 6.94 | 6.21 | 8.62 | - |
| YUV | 72.21 | 132.96 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 81 | 0 | 0.22 | 0.02 | 0.67 | 306.67 | 0.12 | 0.29 |
| Hex | 53 | 41 | 51 | 0 | 16 | 2 | 43 | 133 | C | 1D |
| Octal | 123 | 101 | 121 | 0 | 26 | 2 | 103 | 463 | 14 | 35 |
| Binary | 1010011 | 1000001 | 1010001 | 0 | 10110 | 10 | 1000011 | 100110011 | 1100 | 11101 |
Color Harmonies of #534151
Complementary color
Monochromatic Colors of #534151
Black with #534151
Text Example
Text Example
White with #534151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534151; }
p { color: rgb(83,65,81); }
H1.HeaderClassName
{
color: #534151;
}
.AnyTagClassName
{
color: #534151;
}
</style>
background-color css
<style>
a { background-color: #534151; }
a { background-color: rgb(83,65,81); }
div.DivClassName
{
background-color: #534151;
}
.BgClassName
{
background-color: #534151;
}
</style>
border-color css
<style>
span { border-color: #534151; }
span { border-color: rgb(83,65,81); }
td.TdClassName
{
border-color: #534151;
}
.TagClassName
{
border-color: #534151;
}
</style>