#640568

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

Shades of Purple #640568

Tints of Purple #640568

Color information

#640568 (or 0x640568) is unknown color: approx Purple. HEX triplet: 64, 05 and 68. RGB value is (100,5,104). Sum of RGB (Red+Green+Blue) = 100+5+104=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #640568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640568 is #9BFA97. Grayscale: #2C2C2C. Windows color (decimal): -10222232 or 6817124. OLE color: 6817124.

HSL color Cylindrical-coordinate representation of color #640568: hue angle of 297.58º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640568 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1005104-
CMYK0.040.9500.59
HSL297.58º90.83%21.37%-
HSV(B)297.58º95.19%40.78%-
XYZ7.813.8213.42-
YUV44.69161.47167.45-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.85%
GREEN value IS 5 (2.34% from 255) = 2.39%
BLUE value IS 104 (41.02% from 255) = 49.76%
R=47.85%
G=2.39%
B=49.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10051040.040.9500.59297.5890.8321.37
Hex6456845F03B12a5b15
Octal1445150413707345213325
Binary1100100101110100010010111110111011100101010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640568; }

 p { color: rgb(100,5,104); }

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

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

 a { background-color: rgb(100,5,104); }

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

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

 span { border-color: rgb(100,5,104); }

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