Html Css Color HEX #640971 Purple

📋 copy color: '#640971'

red 100 ◦ green 9 ◦ blue 113

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

Shades of Purple #640971

Tints of Purple #640971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.05%

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

R = 45.05%
G = 4.05%
B = 50.9%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#640971 (or 0x640971) is known color: Purple. HEX triplet: 64, 09 and 71. RGB value is (100,9,113). Sum of RGB (Red+Green+Blue) = 100+9+113=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #640971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640971 is #9BF68E. Grayscale: #2F2F2F. Windows color (decimal): -10221199 or 7407972. OLE color: 7407972.

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

Color convert

RGB 100 9 113 -
CMYK 0.12 0.92 0 0.56
HSL 292.5º 0.85% 0.24% -
HSV(B) 292.5º 0.92% 0.44% -
XYZ 8.33 4.1 15.97 -
YUV 48.07 164.65 165.04 -
System Red Green Blue C M Y K H S L
Decimal 100 9 113 0.12 0.92 0 0.56 292.5 0.85 0.24
Hex 64 9 71 C 5C 0 38 124 55 18
Octal 144 11 161 14 134 0 70 444 125 30
Binary 1100100 1001 1110001 1100 1011100 0 111000 100100100 1010101 11000

Color Harmonies of #640971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640971

Black with #640971

Text Example


Text Example

White with #640971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640971; }

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

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

background-color css

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

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

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

border-color css

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

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

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