Shades of Purple Taupe #52434F
Tints of Purple Taupe #52434F
RGB
CMYK
RGB Variations
Color information
#52434F (or 0x52434F) is known color: Purple Taupe. HEX triplet: 52, 43 and 4F. RGB value is (82,67,79). Sum of RGB (Red+Green+Blue) = 82+67+79=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 82 - color contains mainly: red. Hex color #52434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52434F is #ADBCB0. Grayscale: #484848. Windows color (decimal): -11386033 or 5194578. OLE color: 5194578.
HSL color Cylindrical-coordinate representation of color #52434F: hue angle of 312º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #52434F is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 67 | 79 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.68 |
| HSL | 312º | 0.1% | 0.29% | - |
| HSV(B) | 312º | 0.18% | 0.32% | - |
| XYZ | 6.9 | 6.37 | 8.26 | - |
| YUV | 72.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 67 | 79 | 0 | 0.18 | 0.04 | 0.68 | 312 | 0.1 | 0.29 |
| Hex | 52 | 43 | 4F | 0 | 12 | 4 | 44 | 138 | A | 1D |
| Octal | 122 | 103 | 117 | 0 | 22 | 4 | 104 | 470 | 12 | 35 |
| Binary | 1010010 | 1000011 | 1001111 | 0 | 10010 | 100 | 1000100 | 100111000 | 1010 | 11101 |
Color Harmonies of #52434F
Complementary color
Monochromatic Colors of #52434F
Black with #52434F
Text Example
Text Example
White with #52434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52434F; }
p { color: rgb(82,67,79); }
H1.HeaderClassName
{
color: #52434F;
}
.AnyTagClassName
{
color: #52434F;
}
</style>
background-color css
<style>
a { background-color: #52434F; }
a { background-color: rgb(82,67,79); }
div.DivClassName
{
background-color: #52434F;
}
.BgClassName
{
background-color: #52434F;
}
</style>
border-color css
<style>
span { border-color: #52434F; }
span { border-color: rgb(82,67,79); }
td.TdClassName
{
border-color: #52434F;
}
.TagClassName
{
border-color: #52434F;
}
</style>