#640575

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

Shades of Purple #640575

Tints of Purple #640575

Color information

#640575 (or 0x640575) is unknown color: approx Purple. HEX triplet: 64, 05 and 75. RGB value is (100,5,117). Sum of RGB (Red+Green+Blue) = 100+5+117=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #640575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640575 is #9BFA8A. Grayscale: #2D2D2D. Windows color (decimal): -10222219 or 7669092. OLE color: 7669092.

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

Color convert

RGB1005117-
CMYK0.150.9600.54
HSL290.89º91.8%23.92%-
HSV(B)290.89º95.73%45.88%-
XYZ8.524.117.17-
YUV46.17167.97166.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.05%
GREEN value IS 5 (2.34% from 255) = 2.25%
BLUE value IS 117 (46.09% from 255) = 52.70%
R=45.05%
G=2.25%
B=52.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10051170.150.9600.54290.8991.823.92
Hex64575F600361235c18
Octal14451651714006644313430
Binary11001001011110101111111000000110110100100011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640575; }

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

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

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

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

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

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

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

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