Shades of Purple Taupe #50414B
Tints of Purple Taupe #50414B
RGB
CMYK
RGB Variations
Color information
#50414B (or 0x50414B) is known color: Purple Taupe. HEX triplet: 50, 41 and 4B. RGB value is (80,65,75). Sum of RGB (Red+Green+Blue) = 80+65+75=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 80 - color contains mainly: red. Hex color #50414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50414B is #AFBEB4. Grayscale: #464646. Windows color (decimal): -11517621 or 4931920. OLE color: 4931920.
HSL color Cylindrical-coordinate representation of color #50414B: hue angle of 320º 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 #50414B is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 65 | 75 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.69 |
| HSL | 320º | 0.1% | 0.28% | - |
| HSV(B) | 320º | 0.19% | 0.31% | - |
| XYZ | 6.47 | 5.99 | 7.47 | - |
| YUV | 70.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 75 | 0 | 0.19 | 0.06 | 0.69 | 320 | 0.1 | 0.28 |
| Hex | 50 | 41 | 4B | 0 | 13 | 6 | 45 | 140 | A | 1C |
| Octal | 120 | 101 | 113 | 0 | 23 | 6 | 105 | 500 | 12 | 34 |
| Binary | 1010000 | 1000001 | 1001011 | 0 | 10011 | 110 | 1000101 | 101000000 | 1010 | 11100 |
Color Harmonies of #50414B
Complementary color
Monochromatic Colors of #50414B
Black with #50414B
Text Example
Text Example
White with #50414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50414B; }
p { color: rgb(80,65,75); }
H1.HeaderClassName
{
color: #50414B;
}
.AnyTagClassName
{
color: #50414B;
}
</style>
background-color css
<style>
a { background-color: #50414B; }
a { background-color: rgb(80,65,75); }
div.DivClassName
{
background-color: #50414B;
}
.BgClassName
{
background-color: #50414B;
}
</style>
border-color css
<style>
span { border-color: #50414B; }
span { border-color: rgb(80,65,75); }
td.TdClassName
{
border-color: #50414B;
}
.TagClassName
{
border-color: #50414B;
}
</style>