Shades of Purple Taupe #50444C
Tints of Purple Taupe #50444C
RGB
CMYK
RGB Variations
Color information
#50444C (or 0x50444C) is known color: Purple Taupe. HEX triplet: 50, 44 and 4C. RGB value is (80,68,76). Sum of RGB (Red+Green+Blue) = 80+68+76=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 80 - color contains mainly: red. Hex color #50444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50444C is #AFBBB3. Grayscale: #484848. Windows color (decimal): -11516852 or 4998224. OLE color: 4998224.
HSL color Cylindrical-coordinate representation of color #50444C: hue angle of 320º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #50444C is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 68 | 76 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.69 |
| HSL | 320º | 0.08% | 0.29% | - |
| HSV(B) | 320º | 0.15% | 0.31% | - |
| XYZ | 6.68 | 6.36 | 7.71 | - |
| YUV | 72.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 76 | 0 | 0.15 | 0.05 | 0.69 | 320 | 0.08 | 0.29 |
| Hex | 50 | 44 | 4C | 0 | F | 5 | 45 | 140 | 8 | 1D |
| Octal | 120 | 104 | 114 | 0 | 17 | 5 | 105 | 500 | 10 | 35 |
| Binary | 1010000 | 1000100 | 1001100 | 0 | 1111 | 101 | 1000101 | 101000000 | 1000 | 11101 |
Color Harmonies of #50444C
Complementary color
Monochromatic Colors of #50444C
Black with #50444C
Text Example
Text Example
White with #50444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50444C; }
p { color: rgb(80,68,76); }
H1.HeaderClassName
{
color: #50444C;
}
.AnyTagClassName
{
color: #50444C;
}
</style>
background-color css
<style>
a { background-color: #50444C; }
a { background-color: rgb(80,68,76); }
div.DivClassName
{
background-color: #50444C;
}
.BgClassName
{
background-color: #50444C;
}
</style>
border-color css
<style>
span { border-color: #50444C; }
span { border-color: rgb(80,68,76); }
td.TdClassName
{
border-color: #50444C;
}
.TagClassName
{
border-color: #50444C;
}
</style>