#640675

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

Shades of Purple #640675

Tints of Purple #640675

Color information

#640675 (or 0x640675) is unknown color: approx Purple. HEX triplet: 64, 06 and 75. RGB value is (100,6,117). Sum of RGB (Red+Green+Blue) = 100+6+117=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #640675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640675 is #9BF98A. Grayscale: #2E2E2E. Windows color (decimal): -10221963 or 7669348. OLE color: 7669348.

HSL color Cylindrical-coordinate representation of color #640675: hue angle of 290.81º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640675 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1006117-
CMYK0.150.9500.54
HSL290.81º90.24%24.12%-
HSV(B)290.81º94.87%45.88%-
XYZ8.534.1217.18-
YUV46.76167.64165.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.84%
GREEN value IS 6 (2.73% from 255) = 2.69%
BLUE value IS 117 (46.09% from 255) = 52.47%
R=44.84%
G=2.69%
B=52.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10061170.150.9500.54290.8190.2424.12
Hex64675F5F0361235a18
Octal14461651713706644313230
Binary11001001101110101111110111110110110100100011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640675; }

 p { color: rgb(100,6,117); }

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

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

 a { background-color: rgb(100,6,117); }

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

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

 span { border-color: rgb(100,6,117); }

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