Html Css Color HEX #640277 Purple

📋 copy color: '#640277'

red 100 ◦ green 2 ◦ blue 119

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

Shades of Purple #640277

Tints of Purple #640277

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 45.25%
G = 0.9%
B = 53.85%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#640277 (or 0x640277) is known color: Purple. HEX triplet: 64, 02 and 77. RGB value is (100,2,119). Sum of RGB (Red+Green+Blue) = 100+2+119=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #640277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640277 is #9BFD88. Grayscale: #2C2C2C. Windows color (decimal): -10222985 or 7799396. OLE color: 7799396.

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

Color convert

RGB 100 2 119 -
CMYK 0.16 0.98 0 0.53
HSL 290.26º 0.97% 0.24% -
HSV(B) 290.26º 0.98% 0.47% -
XYZ 8.61 4.08 17.79 -
YUV 44.64 169.97 167.49 -
System Red Green Blue C M Y K H S L
Decimal 100 2 119 0.16 0.98 0 0.53 290.26 0.97 0.24
Hex 64 2 77 10 62 0 35 122 61 18
Octal 144 2 167 20 142 0 65 442 141 30
Binary 1100100 10 1110111 10000 1100010 0 110101 100100010 1100001 11000

Color Harmonies of #640277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640277

Black with #640277

Text Example


Text Example

White with #640277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640277; }

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

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

background-color css

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

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

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

border-color css

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

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

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