#640579

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

Shades of Purple #640579

Tints of Purple #640579

Color information

#640579 (or 0x640579) is unknown color: approx Purple. HEX triplet: 64, 05 and 79. RGB value is (100,5,121). Sum of RGB (Red+Green+Blue) = 100+5+121=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #640579 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640579 is #9BFA86. Grayscale: #2E2E2E. Windows color (decimal): -10222215 or 7931236. OLE color: 7931236.

HSL color Cylindrical-coordinate representation of color #640579: hue angle of 289.14º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640579 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1005121-
CMYK0.170.9600.53
HSL289.14º92.06%24.71%-
HSV(B)289.14º95.87%47.45%-
XYZ8.764.218.44-
YUV46.63169.97166.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.25%
GREEN value IS 5 (2.34% from 255) = 2.21%
BLUE value IS 121 (47.66% from 255) = 53.54%
R=44.25%
G=2.21%
B=53.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10051210.170.9600.53289.1492.0624.71
Hex6457911600351215c19
Octal14451712114006544113431
Binary110010010111110011000111000000110101100100001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640579; }

 p { color: rgb(100,5,121); }

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

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

 a { background-color: rgb(100,5,121); }

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

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

 span { border-color: rgb(100,5,121); }

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