Html Css Color HEX #640579 Purple

📋 copy color: '#640579'

red 100 ◦ green 5 ◦ blue 121

#640579
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #640579

Tints of Purple #640579

RGB

 RED value IS 100 (39.45% from 255) = 44.25%

 GREEN value IS 5 (2.34% from 255) = 2.21%

 BLUE value IS 121 (47.66% from 255) = 53.54%

R = 44.25%
G = 2.21%
B = 53.54%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#640579 (or 0x640579) is known color: Purple. HEX triplet: 64, 05 and 79. RGB value is (100,5,121). Sum of RGB (Red+Green+Blue) = 100+5+121=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #640579 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640579 is #9BFA86. Grayscale: #2E2E2E. Windows color (decimal): -10222215 or 7931236. OLE color: 7931236.

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

Color convert

RGB 100 5 121 -
CMYK 0.17 0.96 0 0.53
HSL 289.14º 0.92% 0.25% -
HSV(B) 289.14º 0.96% 0.47% -
XYZ 8.76 4.2 18.44 -
YUV 46.63 169.97 166.07 -
System Red Green Blue C M Y K H S L
Decimal 100 5 121 0.17 0.96 0 0.53 289.14 0.92 0.25
Hex 64 5 79 11 60 0 35 121 5C 19
Octal 144 5 171 21 140 0 65 441 134 31
Binary 1100100 101 1111001 10001 1100000 0 110101 100100001 1011100 11001

Color Harmonies of #640579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640579

Black with #640579

Text Example


Text Example

White with #640579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640579; }

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

 H1.HeaderClassName
 {
   color: #640579;
 }
 .AnyTagClassName
 {
   color: #640579;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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