Shades of Purple Taupe #50414F
Tints of Purple Taupe #50414F
RGB
CMYK
RGB Variations
Color information
#50414F (or 0x50414F) is known color: Purple Taupe. HEX triplet: 50, 41 and 4F. RGB value is (80,65,79). Sum of RGB (Red+Green+Blue) = 80+65+79=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 80 - color contains mainly: red. Hex color #50414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50414F is #AFBEB0. Grayscale: #474747. Windows color (decimal): -11517617 or 5194064. OLE color: 5194064.
HSL color Cylindrical-coordinate representation of color #50414F: hue angle of 304º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #50414F is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 65 | 79 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.69 |
| HSL | 304º | 0.1% | 0.28% | - |
| HSV(B) | 304º | 0.19% | 0.31% | - |
| XYZ | 6.61 | 6.05 | 8.22 | - |
| YUV | 71.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 79 | 0 | 0.19 | 0.01 | 0.69 | 304 | 0.1 | 0.28 |
| Hex | 50 | 41 | 4F | 0 | 13 | 1 | 45 | 130 | A | 1C |
| Octal | 120 | 101 | 117 | 0 | 23 | 1 | 105 | 460 | 12 | 34 |
| Binary | 1010000 | 1000001 | 1001111 | 0 | 10011 | 1 | 1000101 | 100110000 | 1010 | 11100 |
Color Harmonies of #50414F
Complementary color
Monochromatic Colors of #50414F
Black with #50414F
Text Example
Text Example
White with #50414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50414F; }
p { color: rgb(80,65,79); }
H1.HeaderClassName
{
color: #50414F;
}
.AnyTagClassName
{
color: #50414F;
}
</style>
background-color css
<style>
a { background-color: #50414F; }
a { background-color: rgb(80,65,79); }
div.DivClassName
{
background-color: #50414F;
}
.BgClassName
{
background-color: #50414F;
}
</style>
border-color css
<style>
span { border-color: #50414F; }
span { border-color: rgb(80,65,79); }
td.TdClassName
{
border-color: #50414F;
}
.TagClassName
{
border-color: #50414F;
}
</style>