#640678

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

Shades of Purple #640678

Tints of Purple #640678

Color information

#640678 (or 0x640678) is unknown color: approx Purple. HEX triplet: 64, 06 and 78. RGB value is (100,6,120). Sum of RGB (Red+Green+Blue) = 100+6+120=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #640678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640678 is #9BF987. Grayscale: #2E2E2E. Windows color (decimal): -10221960 or 7865956. OLE color: 7865956.

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

Color convert

RGB1006120-
CMYK0.170.9500.53
HSL289.47º90.48%24.71%-
HSV(B)289.47º95%47.06%-
XYZ8.714.218.12-
YUV47.1169.14165.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.25%
GREEN value IS 6 (2.73% from 255) = 2.65%
BLUE value IS 120 (47.27% from 255) = 53.10%
R=44.25%
G=2.65%
B=53.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10061200.170.9500.53289.4790.4824.71
Hex64678115F0351215a19
Octal14461702113706544113231
Binary110010011011110001000110111110110101100100001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640678; }

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

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

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

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

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

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

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

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