#640473

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

Shades of Purple #640473

Tints of Purple #640473

Color information

#640473 (or 0x640473) is unknown color: approx Purple. HEX triplet: 64, 04 and 73. RGB value is (100,4,115). Sum of RGB (Red+Green+Blue) = 100+4+115=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #640473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640473 is #9BFB8C. Grayscale: #2D2D2D. Windows color (decimal): -10222477 or 7537764. OLE color: 7537764.

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

Color convert

RGB1004115-
CMYK0.130.9700.55
HSL291.89º93.28%23.33%-
HSV(B)291.89º96.52%45.1%-
XYZ8.394.0316.56-
YUV45.36167.3166.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.66%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 115 (45.31% from 255) = 52.51%
R=45.66%
G=1.83%
B=52.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10041150.130.9700.55291.8993.2823.33
Hex64473D610371245d17
Octal14441631514106744413527
Binary11001001001110011110111000010110111100100100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640473; }

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

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

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

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

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

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

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

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