#640370

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

Shades of Purple #640370

Tints of Purple #640370

Color information

#640370 (or 0x640370) is unknown color: approx Purple. HEX triplet: 64, 03 and 70. RGB value is (100,3,112). Sum of RGB (Red+Green+Blue) = 100+3+112=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #640370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640370 is #9BFC8F. Grayscale: #2C2C2C. Windows color (decimal): -10222736 or 7340900. OLE color: 7340900.

HSL color Cylindrical-coordinate representation of color #640370: hue angle of 293.39º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #640370 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1003112-
CMYK0.110.9700.56
HSL293.39º94.78%22.55%-
HSV(B)293.39º97.32%43.92%-
XYZ8.213.9415.66-
YUV44.43166.14167.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.51%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=46.51%
G=1.40%
B=52.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10031120.110.9700.56293.3994.7822.55
Hex64370B610381255f17
Octal14431601314107044513727
Binary1100100111110000101111000010111000100100101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640370; }

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

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

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

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

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

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

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

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