Shades of Purple Taupe #65465F
Tints of Purple Taupe #65465F
RGB
CMYK
RGB Variations
Color information
#65465F (or 0x65465F) is known color: Purple Taupe. HEX triplet: 65, 46 and 5F. RGB value is (101,70,95). Sum of RGB (Red+Green+Blue) = 101+70+95=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 101 - color contains mainly: red. Hex color #65465F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65465F is #9AB9A0. Grayscale: #525252. Windows color (decimal): -10140065 or 6243941. OLE color: 6243941.
HSL color Cylindrical-coordinate representation of color #65465F: hue angle of 311.61º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #65465F is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 70 | 95 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.60 |
| HSL | 311.61º | 0.18% | 0.34% | - |
| HSV(B) | 311.61º | 0.31% | 0.4% | - |
| XYZ | 9.62 | 7.97 | 11.86 | - |
| YUV | 82.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 70 | 95 | 0 | 0.31 | 0.06 | 0.60 | 311.61 | 0.18 | 0.34 |
| Hex | 65 | 46 | 5F | 0 | 1F | 6 | 3C | 138 | 12 | 22 |
| Octal | 145 | 106 | 137 | 0 | 37 | 6 | 74 | 470 | 22 | 42 |
| Binary | 1100101 | 1000110 | 1011111 | 0 | 11111 | 110 | 111100 | 100111000 | 10010 | 100010 |
Color Harmonies of #65465F
Complementary color
Monochromatic Colors of #65465F
Black with #65465F
Text Example
Text Example
White with #65465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65465F; }
p { color: rgb(101,70,95); }
H1.HeaderClassName
{
color: #65465F;
}
.AnyTagClassName
{
color: #65465F;
}
</style>
background-color css
<style>
a { background-color: #65465F; }
a { background-color: rgb(101,70,95); }
div.DivClassName
{
background-color: #65465F;
}
.BgClassName
{
background-color: #65465F;
}
</style>
border-color css
<style>
span { border-color: #65465F; }
span { border-color: rgb(101,70,95); }
td.TdClassName
{
border-color: #65465F;
}
.TagClassName
{
border-color: #65465F;
}
</style>