Html Css Color HEX #640476 Purple

📋 copy color: '#640476'

red 100 ◦ green 4 ◦ blue 118

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

Shades of Purple #640476

Tints of Purple #640476

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.8%

 BLUE value IS 118 (46.48% from 255) = 53.15%

R = 45.05%
G = 1.8%
B = 53.15%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#640476 (or 0x640476) is known color: Purple. HEX triplet: 64, 04 and 76. RGB value is (100,4,118). Sum of RGB (Red+Green+Blue) = 100+4+118=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #640476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640476 is #9BFB89. Grayscale: #2D2D2D. Windows color (decimal): -10222474 or 7734372. OLE color: 7734372.

HSL color Cylindrical-coordinate representation of color #640476: hue angle of 290.53º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #640476 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 4 118 -
CMYK 0.15 0.97 0 0.54
HSL 290.53º 0.93% 0.24% -
HSV(B) 290.53º 0.97% 0.46% -
XYZ 8.57 4.1 17.48 -
YUV 45.7 168.8 166.73 -
System Red Green Blue C M Y K H S L
Decimal 100 4 118 0.15 0.97 0 0.54 290.53 0.93 0.24
Hex 64 4 76 F 61 0 36 123 5D 18
Octal 144 4 166 17 141 0 66 443 135 30
Binary 1100100 100 1110110 1111 1100001 0 110110 100100011 1011101 11000

Color Harmonies of #640476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640476

Black with #640476

Text Example


Text Example

White with #640476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640476; }

 p { color: rgb(100,4,118); }

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

background-color css

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

 a { background-color: rgb(100,4,118); }

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

border-color css

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

 span { border-color: rgb(100,4,118); }

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