Html Css Color HEX #640771 Purple

📋 copy color: '#640771'

red 100 ◦ green 7 ◦ blue 113

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

Shades of Purple #640771

Tints of Purple #640771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.18%

 BLUE value IS 113 (44.53% from 255) = 51.36%

R = 45.45%
G = 3.18%
B = 51.36%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#640771 (or 0x640771) is known color: Purple. HEX triplet: 64, 07 and 71. RGB value is (100,7,113). Sum of RGB (Red+Green+Blue) = 100+7+113=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #640771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640771 is #9BF88E. Grayscale: #2E2E2E. Windows color (decimal): -10221711 or 7407460. OLE color: 7407460.

HSL color Cylindrical-coordinate representation of color #640771: hue angle of 292.64º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640771 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 7 113 -
CMYK 0.12 0.94 0 0.56
HSL 292.64º 0.88% 0.24% -
HSV(B) 292.64º 0.94% 0.44% -
XYZ 8.31 4.05 15.97 -
YUV 46.89 165.31 165.88 -
System Red Green Blue C M Y K H S L
Decimal 100 7 113 0.12 0.94 0 0.56 292.64 0.88 0.24
Hex 64 7 71 C 5E 0 38 125 58 18
Octal 144 7 161 14 136 0 70 445 130 30
Binary 1100100 111 1110001 1100 1011110 0 111000 100100101 1011000 11000

Color Harmonies of #640771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640771

Black with #640771

Text Example


Text Example

White with #640771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640771; }

 p { color: rgb(100,7,113); }

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

background-color css

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

 a { background-color: rgb(100,7,113); }

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

border-color css

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

 span { border-color: rgb(100,7,113); }

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