Shades of Purple Taupe #65445C
Tints of Purple Taupe #65445C
RGB
CMYK
RGB Variations
Color information
#65445C (or 0x65445C) is known color: Purple Taupe. HEX triplet: 65, 44 and 5C. RGB value is (101,68,92). Sum of RGB (Red+Green+Blue) = 101+68+92=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 101 - color contains mainly: red. Hex color #65445C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65445C is #9ABBA3. Grayscale: #505050. Windows color (decimal): -10140580 or 6046821. OLE color: 6046821.
HSL color Cylindrical-coordinate representation of color #65445C: hue angle of 316.36º 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 #65445C is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 68 | 92 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.60 |
| HSL | 316.36º | 0.2% | 0.33% | - |
| HSV(B) | 316.36º | 0.33% | 0.4% | - |
| XYZ | 9.37 | 7.67 | 11.11 | - |
| YUV | 80.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 92 | 0 | 0.33 | 0.09 | 0.60 | 316.36 | 0.2 | 0.33 |
| Hex | 65 | 44 | 5C | 0 | 21 | 9 | 3C | 13C | 14 | 21 |
| Octal | 145 | 104 | 134 | 0 | 41 | 11 | 74 | 474 | 24 | 41 |
| Binary | 1100101 | 1000100 | 1011100 | 0 | 100001 | 1001 | 111100 | 100111100 | 10100 | 100001 |
Color Harmonies of #65445C
Complementary color
Monochromatic Colors of #65445C
Black with #65445C
Text Example
Text Example
White with #65445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65445C; }
p { color: rgb(101,68,92); }
H1.HeaderClassName
{
color: #65445C;
}
.AnyTagClassName
{
color: #65445C;
}
</style>
background-color css
<style>
a { background-color: #65445C; }
a { background-color: rgb(101,68,92); }
div.DivClassName
{
background-color: #65445C;
}
.BgClassName
{
background-color: #65445C;
}
</style>
border-color css
<style>
span { border-color: #65445C; }
span { border-color: rgb(101,68,92); }
td.TdClassName
{
border-color: #65445C;
}
.TagClassName
{
border-color: #65445C;
}
</style>