Shades of Purple Taupe #5F405B
Tints of Purple Taupe #5F405B
RGB
CMYK
RGB Variations
Color information
#5F405B (or 0x5F405B) is known color: Purple Taupe. HEX triplet: 5F, 40 and 5B. RGB value is (95,64,91). Sum of RGB (Red+Green+Blue) = 95+64+91=250 (33% of max value = 765). Red value is 95 (37.5% from 255 or 38% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 95 - color contains mainly: red. Hex color #5F405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F405B is #A0BFA4. Grayscale: #4C4C4C. Windows color (decimal): -10534821 or 5980255. OLE color: 5980255.
HSL color Cylindrical-coordinate representation of color #5F405B: hue angle of 307.74º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F405B is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 64 | 91 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.63 |
| HSL | 307.74º | 0.19% | 0.31% | - |
| HSV(B) | 307.74º | 0.33% | 0.37% | - |
| XYZ | 8.44 | 6.86 | 10.78 | - |
| YUV | 76.35 | 136.27 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 64 | 91 | 0 | 0.33 | 0.04 | 0.63 | 307.74 | 0.19 | 0.31 |
| Hex | 5F | 40 | 5B | 0 | 21 | 4 | 3F | 134 | 13 | 1F |
| Octal | 137 | 100 | 133 | 0 | 41 | 4 | 77 | 464 | 23 | 37 |
| Binary | 1011111 | 1000000 | 1011011 | 0 | 100001 | 100 | 111111 | 100110100 | 10011 | 11111 |
Color Harmonies of #5F405B
Complementary color
Monochromatic Colors of #5F405B
Black with #5F405B
Text Example
Text Example
White with #5F405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F405B; }
p { color: rgb(95,64,91); }
H1.HeaderClassName
{
color: #5F405B;
}
.AnyTagClassName
{
color: #5F405B;
}
</style>
background-color css
<style>
a { background-color: #5F405B; }
a { background-color: rgb(95,64,91); }
div.DivClassName
{
background-color: #5F405B;
}
.BgClassName
{
background-color: #5F405B;
}
</style>
border-color css
<style>
span { border-color: #5F405B; }
span { border-color: rgb(95,64,91); }
td.TdClassName
{
border-color: #5F405B;
}
.TagClassName
{
border-color: #5F405B;
}
</style>