Shades of Purple Taupe #534451
Tints of Purple Taupe #534451
RGB
CMYK
RGB Variations
Color information
#534451 (or 0x534451) is known color: Purple Taupe. HEX triplet: 53, 44 and 51. RGB value is (83,68,81). Sum of RGB (Red+Green+Blue) = 83+68+81=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 83 - color contains mainly: red. Hex color #534451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534451 is #ACBBAE. Grayscale: #494949. Windows color (decimal): -11320239 or 5325907. OLE color: 5325907.
HSL color Cylindrical-coordinate representation of color #534451: hue angle of 308º 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 #534451 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 68 | 81 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.67 |
| HSL | 308º | 0.1% | 0.3% | - |
| HSV(B) | 308º | 0.18% | 0.33% | - |
| XYZ | 7.12 | 6.57 | 8.68 | - |
| YUV | 73.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 81 | 0 | 0.18 | 0.02 | 0.67 | 308 | 0.1 | 0.3 |
| Hex | 53 | 44 | 51 | 0 | 12 | 2 | 43 | 134 | A | 1E |
| Octal | 123 | 104 | 121 | 0 | 22 | 2 | 103 | 464 | 12 | 36 |
| Binary | 1010011 | 1000100 | 1010001 | 0 | 10010 | 10 | 1000011 | 100110100 | 1010 | 11110 |
Color Harmonies of #534451
Complementary color
Monochromatic Colors of #534451
Black with #534451
Text Example
Text Example
White with #534451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534451; }
p { color: rgb(83,68,81); }
H1.HeaderClassName
{
color: #534451;
}
.AnyTagClassName
{
color: #534451;
}
</style>
background-color css
<style>
a { background-color: #534451; }
a { background-color: rgb(83,68,81); }
div.DivClassName
{
background-color: #534451;
}
.BgClassName
{
background-color: #534451;
}
</style>
border-color css
<style>
span { border-color: #534451; }
span { border-color: rgb(83,68,81); }
td.TdClassName
{
border-color: #534451;
}
.TagClassName
{
border-color: #534451;
}
</style>