Shades of Purple Taupe #52454F
Tints of Purple Taupe #52454F
RGB
CMYK
RGB Variations
Color information
#52454F (or 0x52454F) is known color: Purple Taupe. HEX triplet: 52, 45 and 4F. RGB value is (82,69,79). Sum of RGB (Red+Green+Blue) = 82+69+79=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 82 - color contains mainly: red. Hex color #52454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52454F is #ADBAB0. Grayscale: #4A4A4A. Windows color (decimal): -11385521 or 5195090. OLE color: 5195090.
HSL color Cylindrical-coordinate representation of color #52454F: hue angle of 313.85º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #52454F is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 69 | 79 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.68 |
| HSL | 313.85º | 0.09% | 0.3% | - |
| HSV(B) | 313.85º | 0.16% | 0.32% | - |
| XYZ | 7.02 | 6.61 | 8.3 | - |
| YUV | 74.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 69 | 79 | 0 | 0.16 | 0.04 | 0.68 | 313.85 | 0.09 | 0.3 |
| Hex | 52 | 45 | 4F | 0 | 10 | 4 | 44 | 13A | 9 | 1E |
| Octal | 122 | 105 | 117 | 0 | 20 | 4 | 104 | 472 | 11 | 36 |
| Binary | 1010010 | 1000101 | 1001111 | 0 | 10000 | 100 | 1000100 | 100111010 | 1001 | 11110 |
Color Harmonies of #52454F
Complementary color
Monochromatic Colors of #52454F
Black with #52454F
Text Example
Text Example
White with #52454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52454F; }
p { color: rgb(82,69,79); }
H1.HeaderClassName
{
color: #52454F;
}
.AnyTagClassName
{
color: #52454F;
}
</style>
background-color css
<style>
a { background-color: #52454F; }
a { background-color: rgb(82,69,79); }
div.DivClassName
{
background-color: #52454F;
}
.BgClassName
{
background-color: #52454F;
}
</style>
border-color css
<style>
span { border-color: #52454F; }
span { border-color: rgb(82,69,79); }
td.TdClassName
{
border-color: #52454F;
}
.TagClassName
{
border-color: #52454F;
}
</style>