Html Css Color HEX #640D71 Purple

📋 copy color: '#640D71'

red 100 ◦ green 13 ◦ blue 113

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

Shades of Purple #640D71

Tints of Purple #640D71

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.75%

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

R = 44.25%
G = 5.75%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#640D71 (or 0x640D71) is known color: Purple. HEX triplet: 64, 0D and 71. RGB value is (100,13,113). Sum of RGB (Red+Green+Blue) = 100+13+113=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #640D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640D71 is #9BF28E. Grayscale: #323232. Windows color (decimal): -10220175 or 7408996. OLE color: 7408996.

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

Color convert

RGB 100 13 113 -
CMYK 0.12 0.88 0 0.56
HSL 292.2º 0.79% 0.25% -
HSV(B) 292.2º 0.88% 0.44% -
XYZ 8.38 4.19 15.99 -
YUV 50.41 163.32 163.37 -
System Red Green Blue C M Y K H S L
Decimal 100 13 113 0.12 0.88 0 0.56 292.2 0.79 0.25
Hex 64 D 71 C 58 0 38 124 4F 19
Octal 144 15 161 14 130 0 70 444 117 31
Binary 1100100 1101 1110001 1100 1011000 0 111000 100100100 1001111 11001

Color Harmonies of #640D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640D71

Black with #640D71

Text Example


Text Example

White with #640D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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