Shades of Purple Taupe #5F415B
Tints of Purple Taupe #5F415B
RGB
CMYK
RGB Variations
Color information
#5F415B (or 0x5F415B) is known color: Purple Taupe. HEX triplet: 5F, 41 and 5B. RGB value is (95,65,91). Sum of RGB (Red+Green+Blue) = 95+65+91=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 95 - color contains mainly: red. Hex color #5F415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F415B is #A0BEA4. Grayscale: #4C4C4C. Windows color (decimal): -10534565 or 5980511. OLE color: 5980511.
HSL color Cylindrical-coordinate representation of color #5F415B: hue angle of 308º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F415B is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 65 | 91 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.63 |
| HSL | 308º | 0.19% | 0.31% | - |
| HSV(B) | 308º | 0.32% | 0.37% | - |
| XYZ | 8.5 | 6.97 | 10.79 | - |
| YUV | 76.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 65 | 91 | 0 | 0.32 | 0.04 | 0.63 | 308 | 0.19 | 0.31 |
| Hex | 5F | 41 | 5B | 0 | 20 | 4 | 3F | 134 | 13 | 1F |
| Octal | 137 | 101 | 133 | 0 | 40 | 4 | 77 | 464 | 23 | 37 |
| Binary | 1011111 | 1000001 | 1011011 | 0 | 100000 | 100 | 111111 | 100110100 | 10011 | 11111 |
Color Harmonies of #5F415B
Complementary color
Monochromatic Colors of #5F415B
Black with #5F415B
Text Example
Text Example
White with #5F415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F415B; }
p { color: rgb(95,65,91); }
H1.HeaderClassName
{
color: #5F415B;
}
.AnyTagClassName
{
color: #5F415B;
}
</style>
background-color css
<style>
a { background-color: #5F415B; }
a { background-color: rgb(95,65,91); }
div.DivClassName
{
background-color: #5F415B;
}
.BgClassName
{
background-color: #5F415B;
}
</style>
border-color css
<style>
span { border-color: #5F415B; }
span { border-color: rgb(95,65,91); }
td.TdClassName
{
border-color: #5F415B;
}
.TagClassName
{
border-color: #5F415B;
}
</style>