#640279

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

Shades of Purple #640279

Tints of Purple #640279

Color information

#640279 (or 0x640279) is unknown color: approx Purple. HEX triplet: 64, 02 and 79. RGB value is (100,2,121). Sum of RGB (Red+Green+Blue) = 100+2+121=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #640279 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640279 is #9BFD86. Grayscale: #2C2C2C. Windows color (decimal): -10222983 or 7930468. OLE color: 7930468.

HSL color Cylindrical-coordinate representation of color #640279: hue angle of 289.41º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640279 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1002121-
CMYK0.170.9800.53
HSL289.41º96.75%24.12%-
HSV(B)289.41º98.35%47.45%-
XYZ8.734.1318.43-
YUV44.87170.97167.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.84%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 121 (47.66% from 255) = 54.26%
R=44.84%
G=0.90%
B=54.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10021210.170.9800.53289.4196.7524.12
Hex6427911620351216118
Octal14421712114206544114130
Binary11001001011110011000111000100110101100100001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640279; }

 p { color: rgb(100,2,121); }

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

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

 a { background-color: rgb(100,2,121); }

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

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

 span { border-color: rgb(100,2,121); }

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