Html Css Color HEX #640377 Purple

📋 copy color: '#640377'

red 100 ◦ green 3 ◦ blue 119

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

Shades of Purple #640377

Tints of Purple #640377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

 BLUE value IS 119 (46.88% from 255) = 53.6%

R = 45.05%
G = 1.35%
B = 53.6%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#640377 (or 0x640377) is known color: Purple. HEX triplet: 64, 03 and 77. RGB value is (100,3,119). Sum of RGB (Red+Green+Blue) = 100+3+119=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #640377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640377 is #9BFC88. Grayscale: #2C2C2C. Windows color (decimal): -10222729 or 7799652. OLE color: 7799652.

HSL color Cylindrical-coordinate representation of color #640377: hue angle of 290.17º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #640377 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 3 119 -
CMYK 0.16 0.97 0 0.53
HSL 290.17º 0.95% 0.24% -
HSV(B) 290.17º 0.97% 0.47% -
XYZ 8.62 4.11 17.79 -
YUV 45.23 169.64 167.07 -
System Red Green Blue C M Y K H S L
Decimal 100 3 119 0.16 0.97 0 0.53 290.17 0.95 0.24
Hex 64 3 77 10 61 0 35 122 5F 18
Octal 144 3 167 20 141 0 65 442 137 30
Binary 1100100 11 1110111 10000 1100001 0 110101 100100010 1011111 11000

Color Harmonies of #640377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640377

Black with #640377

Text Example


Text Example

White with #640377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640377; }

 p { color: rgb(100,3,119); }

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

background-color css

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

 a { background-color: rgb(100,3,119); }

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

border-color css

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

 span { border-color: rgb(100,3,119); }

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