Html Css Color HEX #640473 Purple

📋 copy color: '#640473'

red 100 ◦ green 4 ◦ blue 115

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

Shades of Purple #640473

Tints of Purple #640473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.51%

R = 45.66%
G = 1.83%
B = 52.51%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#640473 (or 0x640473) is known color: Purple. HEX triplet: 64, 04 and 73. RGB value is (100,4,115). Sum of RGB (Red+Green+Blue) = 100+4+115=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #640473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640473 is #9BFB8C. Grayscale: #2D2D2D. Windows color (decimal): -10222477 or 7537764. OLE color: 7537764.

HSL color Cylindrical-coordinate representation of color #640473: hue angle of 291.89º degrees, saturation: 0.93, 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 #640473 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 4 115 -
CMYK 0.13 0.97 0 0.55
HSL 291.89º 0.93% 0.23% -
HSV(B) 291.89º 0.97% 0.45% -
XYZ 8.39 4.03 16.56 -
YUV 45.36 167.3 166.97 -
System Red Green Blue C M Y K H S L
Decimal 100 4 115 0.13 0.97 0 0.55 291.89 0.93 0.23
Hex 64 4 73 D 61 0 37 124 5D 17
Octal 144 4 163 15 141 0 67 444 135 27
Binary 1100100 100 1110011 1101 1100001 0 110111 100100100 1011101 10111

Color Harmonies of #640473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640473

Black with #640473

Text Example


Text Example

White with #640473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640473; }

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

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

background-color css

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

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

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

border-color css

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

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

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