Html Css Color HEX #640E73 Purple

📋 copy color: '#640E73'

red 100 ◦ green 14 ◦ blue 115

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

Shades of Purple #640E73

Tints of Purple #640E73

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.11%

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

R = 43.67%
G = 6.11%
B = 50.22%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#640E73 (or 0x640E73) is known color: Purple. HEX triplet: 64, 0E and 73. RGB value is (100,14,115). Sum of RGB (Red+Green+Blue) = 100+14+115=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #640E73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640E73 is #9BF18C. Grayscale: #323232. Windows color (decimal): -10219917 or 7540324. OLE color: 7540324.

HSL color Cylindrical-coordinate representation of color #640E73: hue angle of 291.09º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #640E73 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 14 115 -
CMYK 0.13 0.88 0 0.55
HSL 291.09º 0.78% 0.25% -
HSV(B) 291.09º 0.88% 0.45% -
XYZ 8.51 4.26 16.59 -
YUV 51.23 163.99 162.79 -
System Red Green Blue C M Y K H S L
Decimal 100 14 115 0.13 0.88 0 0.55 291.09 0.78 0.25
Hex 64 E 73 D 58 0 37 123 4E 19
Octal 144 16 163 15 130 0 67 443 116 31
Binary 1100100 1110 1110011 1101 1011000 0 110111 100100011 1001110 11001

Color Harmonies of #640E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640E73

Black with #640E73

Text Example


Text Example

White with #640E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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