Html Css Color HEX #640471 Purple

📋 copy color: '#640471'

red 100 ◦ green 4 ◦ blue 113

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

Shades of Purple #640471

Tints of Purple #640471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.84%

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

R = 46.08%
G = 1.84%
B = 52.07%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#640471 (or 0x640471) is known color: Purple. HEX triplet: 64, 04 and 71. RGB value is (100,4,113). Sum of RGB (Red+Green+Blue) = 100+4+113=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #640471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640471 is #9BFB8E. Grayscale: #2C2C2C. Windows color (decimal): -10222479 or 7406692. OLE color: 7406692.

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

Color convert

RGB 100 4 113 -
CMYK 0.12 0.96 0 0.56
HSL 292.84º 0.93% 0.23% -
HSV(B) 292.84º 0.96% 0.44% -
XYZ 8.28 3.99 15.96 -
YUV 45.13 166.3 167.14 -
System Red Green Blue C M Y K H S L
Decimal 100 4 113 0.12 0.96 0 0.56 292.84 0.93 0.23
Hex 64 4 71 C 60 0 38 125 5D 17
Octal 144 4 161 14 140 0 70 445 135 27
Binary 1100100 100 1110001 1100 1100000 0 111000 100100101 1011101 10111

Color Harmonies of #640471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640471

Black with #640471

Text Example


Text Example

White with #640471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640471; }

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

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

background-color css

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

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

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

border-color css

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

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

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