#644560

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

Shades of Purple Taupe #644560

Tints of Purple Taupe #644560

Color information

#644560 (or 0x644560) is unknown color: approx Purple Taupe. HEX triplet: 64, 45 and 60. RGB value is (100,69,96). Sum of RGB (Red+Green+Blue) = 100+69+96=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 100 - color contains mainly: red. Hex color #644560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644560 is #9BBA9F. Grayscale: #515151. Windows color (decimal): -10205856 or 6309220. OLE color: 6309220.

HSL color Cylindrical-coordinate representation of color #644560: hue angle of 307.74º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #644560 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB1006996-
CMYK00.310.040.61
HSL307.74º18.34%33.14%-
HSV(B)307.74º31%39.22%-
XYZ9.497.8112.07-
YUV81.35136.27141.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.74%
GREEN value IS 69 (27.34% from 255) = 26.04%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=37.74%
G=26.04%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100699600.310.040.61307.7418.3433.14
Hex64456001F43D1341221
Octal1441051400374754642241
Binary11001001000101110000001111110011110110011010010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644560; }

 p { color: rgb(100,69,96); }

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

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

 a { background-color: rgb(100,69,96); }

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

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

 span { border-color: rgb(100,69,96); }

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