Html Css Color HEX #640072 Purple

📋 copy color: '#640072'

red 100 ◦ green 0 ◦ blue 114

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

Shades of Purple #640072

Tints of Purple #640072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.73%
G = 0%
B = 53.27%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#640072 (or 0x640072) is known color: Purple. HEX triplet: 64, 00 and 72. RGB value is (100,0,114). Sum of RGB (Red+Green+Blue) = 100+0+114=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #640072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640072 is #9BFF8D. Grayscale: #2A2A2A. Windows color (decimal): -10223502 or 7471204. OLE color: 7471204.

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

Color convert

RGB 100 0 114 -
CMYK 0.12 1 0 0.55
HSL 292.63º 1% 0.22% -
HSV(B) 292.63º 1% 0.45% -
XYZ 8.29 3.92 16.24 -
YUV 42.9 168.13 168.73 -
System Red Green Blue C M Y K H S L
Decimal 100 0 114 0.12 1 0 0.55 292.63 1 0.22
Hex 64 0 72 C 64 0 37 125 64 16
Octal 144 0 162 14 144 0 67 445 144 26
Binary 1100100 0 1110010 1100 1100100 0 110111 100100101 1100100 10110

Color Harmonies of #640072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640072

Black with #640072

Text Example


Text Example

White with #640072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640072; }

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

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

background-color css

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

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

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

border-color css

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

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

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