#640574

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

Shades of Purple #640574

Tints of Purple #640574

Color information

#640574 (or 0x640574) is unknown color: approx Purple. HEX triplet: 64, 05 and 74. RGB value is (100,5,116). Sum of RGB (Red+Green+Blue) = 100+5+116=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #640574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640574 is #9BFA8B. Grayscale: #2D2D2D. Windows color (decimal): -10222220 or 7603556. OLE color: 7603556.

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

Color convert

RGB1005116-
CMYK0.140.9600.55
HSL291.35º91.74%23.73%-
HSV(B)291.35º95.69%45.49%-
XYZ8.464.0816.86-
YUV46.06167.47166.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.25%
GREEN value IS 5 (2.34% from 255) = 2.26%
BLUE value IS 116 (45.70% from 255) = 52.49%
R=45.25%
G=2.26%
B=52.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10051160.140.9600.55291.3591.7423.73
Hex64574E600371235c18
Octal14451641614006744313430
Binary11001001011110100111011000000110111100100011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640574; }

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

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

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

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

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

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

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

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