Html Css Color HEX #640172 Purple

📋 copy color: '#640172'

red 100 ◦ green 1 ◦ blue 114

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

Shades of Purple #640172

Tints of Purple #640172

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 46.51%
G = 0.47%
B = 53.02%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#640172 (or 0x640172) is known color: Purple. HEX triplet: 64, 01 and 72. RGB value is (100,1,114). Sum of RGB (Red+Green+Blue) = 100+1+114=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #640172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640172 is #9BFE8D. Grayscale: #2B2B2B. Windows color (decimal): -10223246 or 7471460. OLE color: 7471460.

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

Color convert

RGB 100 1 114 -
CMYK 0.12 0.99 0 0.55
HSL 292.57º 0.98% 0.23% -
HSV(B) 292.57º 0.99% 0.45% -
XYZ 8.3 3.95 16.24 -
YUV 43.48 167.8 168.31 -
System Red Green Blue C M Y K H S L
Decimal 100 1 114 0.12 0.99 0 0.55 292.57 0.98 0.23
Hex 64 1 72 C 63 0 37 125 62 17
Octal 144 1 162 14 143 0 67 445 142 27
Binary 1100100 1 1110010 1100 1100011 0 110111 100100101 1100010 10111

Color Harmonies of #640172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640172

Black with #640172

Text Example


Text Example

White with #640172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640172; }

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

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

background-color css

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

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

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

border-color css

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

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

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