#640373

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

Shades of Purple #640373

Tints of Purple #640373

Color information

#640373 (or 0x640373) is unknown color: approx Purple. HEX triplet: 64, 03 and 73. RGB value is (100,3,115). Sum of RGB (Red+Green+Blue) = 100+3+115=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #640373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640373 is #9BFC8C. Grayscale: #2C2C2C. Windows color (decimal): -10222733 or 7537508. OLE color: 7537508.

HSL color Cylindrical-coordinate representation of color #640373: hue angle of 291.96º degrees, saturation: 0.95, 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 #640373 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1003115-
CMYK0.130.9700.55
HSL291.96º94.92%23.14%-
HSV(B)291.96º97.39%45.1%-
XYZ8.384.0116.55-
YUV44.77167.64167.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.87%
GREEN value IS 3 (1.56% from 255) = 1.38%
BLUE value IS 115 (45.31% from 255) = 52.75%
R=45.87%
G=1.38%
B=52.75%

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
Decimal10031150.130.9700.55291.9694.9223.14
Hex64373D610371245f17
Octal14431631514106744413727
Binary1100100111110011110111000010110111100100100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640373; }

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

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

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

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

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

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

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

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