Html Css Color HEX #640071 Purple

📋 copy color: '#640071'

red 100 ◦ green 0 ◦ blue 113

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

Shades of Purple #640071

Tints of Purple #640071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.95%
G = 0%
B = 53.05%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#640071 (or 0x640071) is known color: Purple. HEX triplet: 64, 00 and 71. RGB value is (100,0,113). Sum of RGB (Red+Green+Blue) = 100+0+113=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #640071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640071 is #9BFF8E. Grayscale: #2A2A2A. Windows color (decimal): -10223503 or 7405668. OLE color: 7405668.

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

Color convert

RGB 100 0 113 -
CMYK 0.12 1 0 0.56
HSL 293.1º 1% 0.22% -
HSV(B) 293.1º 1% 0.44% -
XYZ 8.24 3.9 15.94 -
YUV 42.78 167.63 168.81 -
System Red Green Blue C M Y K H S L
Decimal 100 0 113 0.12 1 0 0.56 293.1 1 0.22
Hex 64 0 71 C 64 0 38 125 64 16
Octal 144 0 161 14 144 0 70 445 144 26
Binary 1100100 0 1110001 1100 1100100 0 111000 100100101 1100100 10110

Color Harmonies of #640071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640071

Black with #640071

Text Example


Text Example

White with #640071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640071; }

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

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

background-color css

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

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

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

border-color css

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

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

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