#640071

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

Shades of Purple #640071

Tints of Purple #640071

Color information

#640071 (or 0x640071) is unknown color: approx Purple. HEX triplet: 64, 00 and 71. RGB value is (100,0,113). Sum of RGB (Red+Green+Blue) = 100+0+113=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #640071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640071 is #9BFF8E. Grayscale: #2A2A2A. Windows color (decimal): -10223503 or 7405668. OLE color: 7405668.

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

Color convert

RGB1000113-
CMYK0.12100.56
HSL293.1º100%22.16%-
HSV(B)293.1º100%44.31%-
XYZ8.243.915.94-
YUV42.78167.63168.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 53.05%
R=46.95%
G=0%
B=53.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10001130.12100.56293.110022.16
Hex64071C640381256416
Octal14401611414407044514426
Binary110010001110001110011001000111000100100101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640071; }

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

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

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

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

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

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

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

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