Shades of Purple Taupe #534351
Tints of Purple Taupe #534351
RGB
CMYK
RGB Variations
Color information
#534351 (or 0x534351) is known color: Purple Taupe. HEX triplet: 53, 43 and 51. RGB value is (83,67,81). Sum of RGB (Red+Green+Blue) = 83+67+81=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 83 - color contains mainly: red. Hex color #534351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534351 is #ACBCAE. Grayscale: #494949. Windows color (decimal): -11320495 or 5325651. OLE color: 5325651.
HSL color Cylindrical-coordinate representation of color #534351: hue angle of 307.5º 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 #534351 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 67 | 81 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.67 |
| HSL | 307.5º | 0.11% | 0.29% | - |
| HSV(B) | 307.5º | 0.19% | 0.33% | - |
| XYZ | 7.06 | 6.45 | 8.66 | - |
| YUV | 73.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 81 | 0 | 0.19 | 0.02 | 0.67 | 307.5 | 0.11 | 0.29 |
| Hex | 53 | 43 | 51 | 0 | 13 | 2 | 43 | 134 | B | 1D |
| Octal | 123 | 103 | 121 | 0 | 23 | 2 | 103 | 464 | 13 | 35 |
| Binary | 1010011 | 1000011 | 1010001 | 0 | 10011 | 10 | 1000011 | 100110100 | 1011 | 11101 |
Color Harmonies of #534351
Complementary color
Monochromatic Colors of #534351
Black with #534351
Text Example
Text Example
White with #534351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534351; }
p { color: rgb(83,67,81); }
H1.HeaderClassName
{
color: #534351;
}
.AnyTagClassName
{
color: #534351;
}
</style>
background-color css
<style>
a { background-color: #534351; }
a { background-color: rgb(83,67,81); }
div.DivClassName
{
background-color: #534351;
}
.BgClassName
{
background-color: #534351;
}
</style>
border-color css
<style>
span { border-color: #534351; }
span { border-color: rgb(83,67,81); }
td.TdClassName
{
border-color: #534351;
}
.TagClassName
{
border-color: #534351;
}
</style>