#64405C

Color #64405C Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #64405C

Tints of Purple Taupe #64405C

Color information

#64405C (or 0x64405C) is unknown color: approx Purple Taupe. HEX triplet: 64, 40 and 5C. RGB value is (100,64,92). Sum of RGB (Red+Green+Blue) = 100+64+92=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 100 - color contains mainly: red. Hex color #64405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64405C is #9BBFA3. Grayscale: #4D4D4D. Windows color (decimal): -10207140 or 6045796. OLE color: 6045796.

HSL color Cylindrical-coordinate representation of color #64405C: hue angle of 313.33º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64405C is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB1006492-
CMYK00.360.080.61
HSL313.33º21.95%32.16%-
HSV(B)313.33º36%39.22%-
XYZ9.027.1511.03-
YUV77.96135.93143.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 39.06%
GREEN value IS 64 (25.39% from 255) = 25%
BLUE value IS 92 (36.33% from 255) = 35.94%
R=39.06%
G=25%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100649200.360.080.61313.3321.9532.16
Hex64405C02483D1391620
Octal14410013404410754712640
Binary1100100100000010111000100100100011110110011100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64405C; }

 p { color: rgb(100,64,92); }

 H1.HeaderClassName
 {
   color: #64405C;
 }
 .AnyTagClassName
 {
   color: #64405C;
 }
</style>
background-color css

<style>
 a { background-color: #64405C; }

 a { background-color: rgb(100,64,92); }

 div.DivClassName
 {
   background-color: #64405C;
 }
 .BgClassName
 {
   background-color: #64405C;
 }
</style>
border-color css

<style>
 span { border-color: #64405C; }

 span { border-color: rgb(100,64,92); }

 td.TdClassName
 {
   border-color: #64405C;
 }
 .TagClassName
 {
   border-color: #64405C;
 }
</style>