#640771

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

Shades of Purple #640771

Tints of Purple #640771

Color information

#640771 (or 0x640771) is unknown color: approx Purple. HEX triplet: 64, 07 and 71. RGB value is (100,7,113). Sum of RGB (Red+Green+Blue) = 100+7+113=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #640771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640771 is #9BF88E. Grayscale: #2E2E2E. Windows color (decimal): -10221711 or 7407460. OLE color: 7407460.

HSL color Cylindrical-coordinate representation of color #640771: hue angle of 292.64º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640771 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1007113-
CMYK0.120.9400.56
HSL292.64º88.33%23.53%-
HSV(B)292.64º93.81%44.31%-
XYZ8.314.0515.97-
YUV46.89165.31165.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.45%
GREEN value IS 7 (3.12% from 255) = 3.18%
BLUE value IS 113 (44.53% from 255) = 51.36%
R=45.45%
G=3.18%
B=51.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10071130.120.9400.56292.6488.3323.53
Hex64771C5E0381255818
Octal14471611413607044513030
Binary11001001111110001110010111100111000100100101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640771; }

 p { color: rgb(100,7,113); }

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

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

 a { background-color: rgb(100,7,113); }

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

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

 span { border-color: rgb(100,7,113); }

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