Html Css Color HEX #640376 Purple

📋 copy color: '#640376'

red 100 ◦ green 3 ◦ blue 118

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

Shades of Purple #640376

Tints of Purple #640376

RGB

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

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

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

R = 45.25%
G = 1.36%
B = 53.39%

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

#640376 (or 0x640376) is known color: Purple. HEX triplet: 64, 03 and 76. RGB value is (100,3,118). Sum of RGB (Red+Green+Blue) = 100+3+118=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #640376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640376 is #9BFC89. Grayscale: #2C2C2C. Windows color (decimal): -10222730 or 7734116. OLE color: 7734116.

HSL color Cylindrical-coordinate representation of color #640376: hue angle of 290.61º degrees, saturation: 0.95, 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 #640376 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 3 118 -
CMYK 0.15 0.97 0 0.54
HSL 290.61º 0.95% 0.24% -
HSV(B) 290.61º 0.97% 0.46% -
XYZ 8.56 4.08 17.48 -
YUV 45.11 169.14 167.15 -
System Red Green Blue C M Y K H S L
Decimal 100 3 118 0.15 0.97 0 0.54 290.61 0.95 0.24
Hex 64 3 76 F 61 0 36 123 5F 18
Octal 144 3 166 17 141 0 66 443 137 30
Binary 1100100 11 1110110 1111 1100001 0 110110 100100011 1011111 11000

Color Harmonies of #640376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640376

Black with #640376

Text Example


Text Example

White with #640376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640376; }

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

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

background-color css

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

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

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

border-color css

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

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

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