Shades of Purple Taupe #50454F
Tints of Purple Taupe #50454F
RGB
CMYK
RGB Variations
Color information
#50454F (or 0x50454F) is known color: Purple Taupe. HEX triplet: 50, 45 and 4F. RGB value is (80,69,79). Sum of RGB (Red+Green+Blue) = 80+69+79=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 80 - color contains mainly: red. Hex color #50454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50454F is #AFBAB0. Grayscale: #494949. Windows color (decimal): -11516593 or 5195088. OLE color: 5195088.
HSL color Cylindrical-coordinate representation of color #50454F: hue angle of 305.45º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #50454F is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 69 | 79 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.69 |
| HSL | 305.45º | 0.07% | 0.29% | - |
| HSV(B) | 305.45º | 0.14% | 0.31% | - |
| XYZ | 6.85 | 6.53 | 8.3 | - |
| YUV | 73.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 79 | 0 | 0.14 | 0.01 | 0.69 | 305.45 | 0.07 | 0.29 |
| Hex | 50 | 45 | 4F | 0 | E | 1 | 45 | 131 | 7 | 1D |
| Octal | 120 | 105 | 117 | 0 | 16 | 1 | 105 | 461 | 7 | 35 |
| Binary | 1010000 | 1000101 | 1001111 | 0 | 1110 | 1 | 1000101 | 100110001 | 111 | 11101 |
Color Harmonies of #50454F
Complementary color
Monochromatic Colors of #50454F
Black with #50454F
Text Example
Text Example
White with #50454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50454F; }
p { color: rgb(80,69,79); }
H1.HeaderClassName
{
color: #50454F;
}
.AnyTagClassName
{
color: #50454F;
}
</style>
background-color css
<style>
a { background-color: #50454F; }
a { background-color: rgb(80,69,79); }
div.DivClassName
{
background-color: #50454F;
}
.BgClassName
{
background-color: #50454F;
}
</style>
border-color css
<style>
span { border-color: #50454F; }
span { border-color: rgb(80,69,79); }
td.TdClassName
{
border-color: #50454F;
}
.TagClassName
{
border-color: #50454F;
}
</style>