Shades of Purple Taupe #65445F
Tints of Purple Taupe #65445F
RGB
CMYK
RGB Variations
Color information
#65445F (or 0x65445F) is known color: Purple Taupe. HEX triplet: 65, 44 and 5F. RGB value is (101,68,95). Sum of RGB (Red+Green+Blue) = 101+68+95=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 101 - color contains mainly: red. Hex color #65445F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65445F is #9ABBA0. Grayscale: #505050. Windows color (decimal): -10140577 or 6243429. OLE color: 6243429.
HSL color Cylindrical-coordinate representation of color #65445F: hue angle of 310.91º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #65445F is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 68 | 95 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.60 |
| HSL | 310.91º | 0.2% | 0.33% | - |
| HSV(B) | 310.91º | 0.33% | 0.4% | - |
| XYZ | 9.5 | 7.73 | 11.82 | - |
| YUV | 80.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 95 | 0 | 0.33 | 0.06 | 0.60 | 310.91 | 0.2 | 0.33 |
| Hex | 65 | 44 | 5F | 0 | 21 | 6 | 3C | 137 | 14 | 21 |
| Octal | 145 | 104 | 137 | 0 | 41 | 6 | 74 | 467 | 24 | 41 |
| Binary | 1100101 | 1000100 | 1011111 | 0 | 100001 | 110 | 111100 | 100110111 | 10100 | 100001 |
Color Harmonies of #65445F
Complementary color
Monochromatic Colors of #65445F
Black with #65445F
Text Example
Text Example
White with #65445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65445F; }
p { color: rgb(101,68,95); }
H1.HeaderClassName
{
color: #65445F;
}
.AnyTagClassName
{
color: #65445F;
}
</style>
background-color css
<style>
a { background-color: #65445F; }
a { background-color: rgb(101,68,95); }
div.DivClassName
{
background-color: #65445F;
}
.BgClassName
{
background-color: #65445F;
}
</style>
border-color css
<style>
span { border-color: #65445F; }
span { border-color: rgb(101,68,95); }
td.TdClassName
{
border-color: #65445F;
}
.TagClassName
{
border-color: #65445F;
}
</style>