Html Css Color HEX #640C71 Purple

📋 copy color: '#640C71'

red 100 ◦ green 12 ◦ blue 113

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

Shades of Purple #640C71

Tints of Purple #640C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.33%

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

R = 44.44%
G = 5.33%
B = 50.22%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#640C71 (or 0x640C71) is known color: Purple. HEX triplet: 64, 0C and 71. RGB value is (100,12,113). Sum of RGB (Red+Green+Blue) = 100+12+113=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #640C71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640C71 is #9BF38E. Grayscale: #313131. Windows color (decimal): -10220431 or 7408740. OLE color: 7408740.

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

Color convert

RGB 100 12 113 -
CMYK 0.12 0.89 0 0.56
HSL 292.28º 0.81% 0.25% -
HSV(B) 292.28º 0.89% 0.44% -
XYZ 8.37 4.16 15.99 -
YUV 49.83 163.65 163.79 -
System Red Green Blue C M Y K H S L
Decimal 100 12 113 0.12 0.89 0 0.56 292.28 0.81 0.25
Hex 64 C 71 C 59 0 38 124 51 19
Octal 144 14 161 14 131 0 70 444 121 31
Binary 1100100 1100 1110001 1100 1011001 0 111000 100100100 1010001 11001

Color Harmonies of #640C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640C71

Black with #640C71

Text Example


Text Example

White with #640C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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