#640D77

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

Shades of Purple #640D77

Tints of Purple #640D77

Color information

#640D77 (or 0x640D77) is unknown color: approx Purple. HEX triplet: 64, 0D and 77. RGB value is (100,13,119). Sum of RGB (Red+Green+Blue) = 100+13+119=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #640D77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640D77 is #9BF288. Grayscale: #323232. Windows color (decimal): -10220169 or 7802212. OLE color: 7802212.

HSL color Cylindrical-coordinate representation of color #640D77: hue angle of 289.25º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #640D77 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10013119-
CMYK0.160.8900.53
HSL289.25º80.3%25.88%-
HSV(B)289.25º89.08%46.67%-
XYZ8.734.3317.83-
YUV51.1166.32162.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.10%
GREEN value IS 13 (5.47% from 255) = 5.60%
BLUE value IS 119 (46.88% from 255) = 51.29%
R=43.10%
G=5.60%
B=51.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100131190.160.8900.53289.2580.325.88
Hex64D771059035121501a
Octal144151672013106544112032
Binary1100100110111101111000010110010110101100100001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640D77; }

 p { color: rgb(100,13,119); }

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

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

 a { background-color: rgb(100,13,119); }

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

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

 span { border-color: rgb(100,13,119); }

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