Html Css Color HEX #640472 Purple

📋 copy color: '#640472'

red 100 ◦ green 4 ◦ blue 114

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

Shades of Purple #640472

Tints of Purple #640472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.29%

R = 45.87%
G = 1.83%
B = 52.29%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#640472 (or 0x640472) is known color: Purple. HEX triplet: 64, 04 and 72. RGB value is (100,4,114). Sum of RGB (Red+Green+Blue) = 100+4+114=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #640472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640472 is #9BFB8D. Grayscale: #2C2C2C. Windows color (decimal): -10222478 or 7472228. OLE color: 7472228.

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

Color convert

RGB 100 4 114 -
CMYK 0.12 0.96 0 0.55
HSL 292.36º 0.93% 0.23% -
HSV(B) 292.36º 0.96% 0.45% -
XYZ 8.34 4.01 16.25 -
YUV 45.24 166.8 167.06 -
System Red Green Blue C M Y K H S L
Decimal 100 4 114 0.12 0.96 0 0.55 292.36 0.93 0.23
Hex 64 4 72 C 60 0 37 124 5D 17
Octal 144 4 162 14 140 0 67 444 135 27
Binary 1100100 100 1110010 1100 1100000 0 110111 100100100 1011101 10111

Color Harmonies of #640472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640472

Black with #640472

Text Example


Text Example

White with #640472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640472; }

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

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

background-color css

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

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

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

border-color css

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

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

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