#640077

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

Shades of Purple #640077

Tints of Purple #640077

Color information

#640077 (or 0x640077) is unknown color: approx Purple. HEX triplet: 64, 00 and 77. RGB value is (100,0,119). Sum of RGB (Red+Green+Blue) = 100+0+119=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #640077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640077 is #9BFF88. Grayscale: #2B2B2B. Windows color (decimal): -10223497 or 7798884. OLE color: 7798884.

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

Color convert

RGB1000119-
CMYK0.16100.53
HSL290.42º100%23.33%-
HSV(B)290.42º100%46.67%-
XYZ8.594.0417.78-
YUV43.47170.63168.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 54.34%
R=45.66%
G=0%
B=54.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10001190.16100.53290.4210023.33
Hex6407710640351226417
Octal14401672014406544214427
Binary1100100011101111000011001000110101100100010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640077; }

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

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

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

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

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

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

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

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