Html Css Color HEX #640374 Purple

📋 copy color: '#640374'

red 100 ◦ green 3 ◦ blue 116

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

Shades of Purple #640374

Tints of Purple #640374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.97%

R = 45.66%
G = 1.37%
B = 52.97%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#640374 (or 0x640374) is known color: Purple. HEX triplet: 64, 03 and 74. RGB value is (100,3,116). Sum of RGB (Red+Green+Blue) = 100+3+116=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #640374 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640374 is #9BFC8B. Grayscale: #2C2C2C. Windows color (decimal): -10222732 or 7603044. OLE color: 7603044.

HSL color Cylindrical-coordinate representation of color #640374: hue angle of 291.5º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #640374 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 3 116 -
CMYK 0.14 0.97 0 0.55
HSL 291.5º 0.95% 0.23% -
HSV(B) 291.5º 0.97% 0.45% -
XYZ 8.44 4.04 16.86 -
YUV 44.89 168.14 167.31 -
System Red Green Blue C M Y K H S L
Decimal 100 3 116 0.14 0.97 0 0.55 291.5 0.95 0.23
Hex 64 3 74 E 61 0 37 124 5F 17
Octal 144 3 164 16 141 0 67 444 137 27
Binary 1100100 11 1110100 1110 1100001 0 110111 100100100 1011111 10111

Color Harmonies of #640374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640374

Black with #640374

Text Example


Text Example

White with #640374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640374; }

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

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

background-color css

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

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

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

border-color css

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

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

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