Shades of Purple Taupe #65435E
Tints of Purple Taupe #65435E
RGB
CMYK
RGB Variations
Color information
#65435E (or 0x65435E) is known color: Purple Taupe. HEX triplet: 65, 43 and 5E. RGB value is (101,67,94). Sum of RGB (Red+Green+Blue) = 101+67+94=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 101 - color contains mainly: red. Hex color #65435E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65435E is #9ABCA1. Grayscale: #505050. Windows color (decimal): -10140834 or 6177637. OLE color: 6177637.
HSL color Cylindrical-coordinate representation of color #65435E: hue angle of 312.35º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65435E is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 67 | 94 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.60 |
| HSL | 312.35º | 0.2% | 0.33% | - |
| HSV(B) | 312.35º | 0.34% | 0.4% | - |
| XYZ | 9.39 | 7.59 | 11.56 | - |
| YUV | 80.24 | 135.76 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 94 | 0 | 0.34 | 0.07 | 0.60 | 312.35 | 0.2 | 0.33 |
| Hex | 65 | 43 | 5E | 0 | 22 | 7 | 3C | 138 | 14 | 21 |
| Octal | 145 | 103 | 136 | 0 | 42 | 7 | 74 | 470 | 24 | 41 |
| Binary | 1100101 | 1000011 | 1011110 | 0 | 100010 | 111 | 111100 | 100111000 | 10100 | 100001 |
Color Harmonies of #65435E
Complementary color
Monochromatic Colors of #65435E
Black with #65435E
Text Example
Text Example
White with #65435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65435E; }
p { color: rgb(101,67,94); }
H1.HeaderClassName
{
color: #65435E;
}
.AnyTagClassName
{
color: #65435E;
}
</style>
background-color css
<style>
a { background-color: #65435E; }
a { background-color: rgb(101,67,94); }
div.DivClassName
{
background-color: #65435E;
}
.BgClassName
{
background-color: #65435E;
}
</style>
border-color css
<style>
span { border-color: #65435E; }
span { border-color: rgb(101,67,94); }
td.TdClassName
{
border-color: #65435E;
}
.TagClassName
{
border-color: #65435E;
}
</style>