#640A71

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

Shades of Purple #640A71

Tints of Purple #640A71

Color information

#640A71 (or 0x640A71) is unknown color: approx Purple. HEX triplet: 64, 0A and 71. RGB value is (100,10,113). Sum of RGB (Red+Green+Blue) = 100+10+113=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #640A71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640A71 is #9BF58E. Grayscale: #303030. Windows color (decimal): -10220943 or 7408228. OLE color: 7408228.

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

Color convert

RGB10010113-
CMYK0.120.9100.56
HSL292.43º83.74%24.12%-
HSV(B)292.43º91.15%44.31%-
XYZ8.344.1215.98-
YUV48.65164.32164.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.84%
GREEN value IS 10 (4.30% from 255) = 4.48%
BLUE value IS 113 (44.53% from 255) = 50.67%
R=44.84%
G=4.48%
B=50.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100101130.120.9100.56292.4383.7424.12
Hex64A71C5B0381245418
Octal144121611413307044412430
Binary110010010101110001110010110110111000100100100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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