#64475D

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

Shades of Purple Taupe #64475D

Tints of Purple Taupe #64475D

Color information

#64475D (or 0x64475D) is unknown color: approx Purple Taupe. HEX triplet: 64, 47 and 5D. RGB value is (100,71,93). Sum of RGB (Red+Green+Blue) = 100+71+93=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 100 - color contains mainly: red. Hex color #64475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64475D is #9BB8A2. Grayscale: #525252. Windows color (decimal): -10205347 or 6113124. OLE color: 6113124.

HSL color Cylindrical-coordinate representation of color #64475D: hue angle of 314.48º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64475D is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB1007193-
CMYK00.290.070.61
HSL314.48º16.96%33.53%-
HSV(B)314.48º29%39.22%-
XYZ9.488.0111.4-
YUV82.18134.11140.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.88%
GREEN value IS 71 (28.12% from 255) = 26.89%
BLUE value IS 93 (36.72% from 255) = 35.23%
R=37.88%
G=26.89%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100719300.290.070.61314.4816.9633.53
Hex64475D01D73D13a1122
Octal1441071350357754722142
Binary11001001000111101110101110111111110110011101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64475D; }

 p { color: rgb(100,71,93); }

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

<style>
 a { background-color: #64475D; }

 a { background-color: rgb(100,71,93); }

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

<style>
 span { border-color: #64475D; }

 span { border-color: rgb(100,71,93); }

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