#640773

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

Shades of Purple #640773

Tints of Purple #640773

Color information

#640773 (or 0x640773) is unknown color: approx Purple. HEX triplet: 64, 07 and 73. RGB value is (100,7,115). Sum of RGB (Red+Green+Blue) = 100+7+115=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #640773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640773 is #9BF88C. Grayscale: #2E2E2E. Windows color (decimal): -10221709 or 7538532. OLE color: 7538532.

HSL color Cylindrical-coordinate representation of color #640773: hue angle of 291.67º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640773 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1007115-
CMYK0.130.9400.55
HSL291.67º88.52%23.92%-
HSV(B)291.67º93.91%45.1%-
XYZ8.434.116.57-
YUV47.12166.31165.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.05%
GREEN value IS 7 (3.12% from 255) = 3.15%
BLUE value IS 115 (45.31% from 255) = 51.80%
R=45.05%
G=3.15%
B=51.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10071150.130.9400.55291.6788.5223.92
Hex64773D5E0371245918
Octal14471631513606744413130
Binary11001001111110011110110111100110111100100100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640773; }

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

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

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

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

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

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

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

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