Html Css Color HEX #640171 Purple

📋 copy color: '#640171'

red 100 ◦ green 1 ◦ blue 113

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

Shades of Purple #640171

Tints of Purple #640171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 46.73%
G = 0.47%
B = 52.8%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#640171 (or 0x640171) is known color: Purple. HEX triplet: 64, 01 and 71. RGB value is (100,1,113). Sum of RGB (Red+Green+Blue) = 100+1+113=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #640171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640171 is #9BFE8E. Grayscale: #2B2B2B. Windows color (decimal): -10223247 or 7405924. OLE color: 7405924.

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

Color convert

RGB 100 1 113 -
CMYK 0.12 0.99 0 0.56
HSL 293.04º 0.98% 0.22% -
HSV(B) 293.04º 0.99% 0.44% -
XYZ 8.25 3.92 15.95 -
YUV 43.37 167.3 168.39 -
System Red Green Blue C M Y K H S L
Decimal 100 1 113 0.12 0.99 0 0.56 293.04 0.98 0.22
Hex 64 1 71 C 63 0 38 125 62 16
Octal 144 1 161 14 143 0 70 445 142 26
Binary 1100100 1 1110001 1100 1100011 0 111000 100100101 1100010 10110

Color Harmonies of #640171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640171

Black with #640171

Text Example


Text Example

White with #640171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640171; }

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

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

background-color css

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

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

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

border-color css

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

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

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