#640572

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

Shades of Purple #640572

Tints of Purple #640572

Color information

#640572 (or 0x640572) is unknown color: approx Purple. HEX triplet: 64, 05 and 72. RGB value is (100,5,114). Sum of RGB (Red+Green+Blue) = 100+5+114=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #640572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640572 is #9BFA8D. Grayscale: #2D2D2D. Windows color (decimal): -10222222 or 7472484. OLE color: 7472484.

HSL color Cylindrical-coordinate representation of color #640572: hue angle of 292.29º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640572 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1005114-
CMYK0.120.9600.55
HSL292.29º91.6%23.33%-
HSV(B)292.29º95.61%44.71%-
XYZ8.354.0316.26-
YUV45.83166.47166.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.66%
GREEN value IS 5 (2.34% from 255) = 2.28%
BLUE value IS 114 (44.92% from 255) = 52.05%
R=45.66%
G=2.28%
B=52.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10051140.120.9600.55292.2991.623.33
Hex64572C600371245c17
Octal14451621414006744413427
Binary11001001011110010110011000000110111100100100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640572; }

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

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

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

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

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

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

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

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