#640668

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

Shades of Purple #640668

Tints of Purple #640668

Color information

#640668 (or 0x640668) is unknown color: approx Purple. HEX triplet: 64, 06 and 68. RGB value is (100,6,104). Sum of RGB (Red+Green+Blue) = 100+6+104=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #640668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640668 is #9BF997. Grayscale: #2C2C2C. Windows color (decimal): -10221976 or 6817380. OLE color: 6817380.

HSL color Cylindrical-coordinate representation of color #640668: hue angle of 297.55º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640668 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1006104-
CMYK0.040.9400.59
HSL297.55º89.09%21.57%-
HSV(B)297.55º94.23%40.78%-
XYZ7.823.8413.43-
YUV45.28161.14167.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.62%
GREEN value IS 6 (2.73% from 255) = 2.86%
BLUE value IS 104 (41.02% from 255) = 49.52%
R=47.62%
G=2.86%
B=49.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10061040.040.9400.59297.5589.0921.57
Hex6466845E03B12a5916
Octal1446150413607345213126
Binary1100100110110100010010111100111011100101010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640668; }

 p { color: rgb(100,6,104); }

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

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

 a { background-color: rgb(100,6,104); }

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

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

 span { border-color: rgb(100,6,104); }

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