#640E78

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

Shades of Purple #640E78

Tints of Purple #640E78

Color information

#640E78 (or 0x640E78) is unknown color: approx Purple. HEX triplet: 64, 0E and 78. RGB value is (100,14,120). Sum of RGB (Red+Green+Blue) = 100+14+120=234 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.74% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #640E78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640E78 is #9BF187. Grayscale: #333333. Windows color (decimal): -10219912 or 7868004. OLE color: 7868004.

HSL color Cylindrical-coordinate representation of color #640E78: hue angle of 288.68º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #640E78 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10014120-
CMYK0.170.8800.53
HSL288.68º79.1%26.27%-
HSV(B)288.68º88.33%47.06%-
XYZ8.84.3818.15-
YUV51.8166.49162.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.74%
GREEN value IS 14 (5.86% from 255) = 5.98%
BLUE value IS 120 (47.27% from 255) = 51.28%
R=42.74%
G=5.98%
B=51.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100141200.170.8800.53288.6879.126.27
Hex64E7811580351214f1a
Octal144161702113006544111732
Binary1100100111011110001000110110000110101100100001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640E78; }

 p { color: rgb(100,14,120); }

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

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

 a { background-color: rgb(100,14,120); }

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

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

 span { border-color: rgb(100,14,120); }

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