Shades of Purple Taupe #65445D
Tints of Purple Taupe #65445D
RGB
CMYK
RGB Variations
Color information
#65445D (or 0x65445D) is known color: Purple Taupe. HEX triplet: 65, 44 and 5D. RGB value is (101,68,93). Sum of RGB (Red+Green+Blue) = 101+68+93=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 101 - color contains mainly: red. Hex color #65445D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65445D is #9ABBA2. Grayscale: #505050. Windows color (decimal): -10140579 or 6112357. OLE color: 6112357.
HSL color Cylindrical-coordinate representation of color #65445D: hue angle of 314.55º 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 #65445D is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 68 | 93 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.60 |
| HSL | 314.55º | 0.2% | 0.33% | - |
| HSV(B) | 314.55º | 0.33% | 0.4% | - |
| XYZ | 9.41 | 7.69 | 11.34 | - |
| YUV | 80.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 93 | 0 | 0.33 | 0.08 | 0.60 | 314.55 | 0.2 | 0.33 |
| Hex | 65 | 44 | 5D | 0 | 21 | 8 | 3C | 13B | 14 | 21 |
| Octal | 145 | 104 | 135 | 0 | 41 | 10 | 74 | 473 | 24 | 41 |
| Binary | 1100101 | 1000100 | 1011101 | 0 | 100001 | 1000 | 111100 | 100111011 | 10100 | 100001 |
Color Harmonies of #65445D
Complementary color
Monochromatic Colors of #65445D
Black with #65445D
Text Example
Text Example
White with #65445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65445D; }
p { color: rgb(101,68,93); }
H1.HeaderClassName
{
color: #65445D;
}
.AnyTagClassName
{
color: #65445D;
}
</style>
background-color css
<style>
a { background-color: #65445D; }
a { background-color: rgb(101,68,93); }
div.DivClassName
{
background-color: #65445D;
}
.BgClassName
{
background-color: #65445D;
}
</style>
border-color css
<style>
span { border-color: #65445D; }
span { border-color: rgb(101,68,93); }
td.TdClassName
{
border-color: #65445D;
}
.TagClassName
{
border-color: #65445D;
}
</style>