#640177

Color #640177 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #640177

Tints of Purple #640177

Color information

#640177 (or 0x640177) is unknown color: approx Purple. HEX triplet: 64, 01 and 77. RGB value is (100,1,119). Sum of RGB (Red+Green+Blue) = 100+1+119=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #640177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640177 is #9BFE88. Grayscale: #2B2B2B. Windows color (decimal): -10223241 or 7799140. OLE color: 7799140.

HSL color Cylindrical-coordinate representation of color #640177: hue angle of 290.34º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #640177 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1001119-
CMYK0.160.9900.53
HSL290.34º98.33%23.53%-
HSV(B)290.34º99.16%46.67%-
XYZ8.64.0617.78-
YUV44.05170.3167.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.45%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 119 (46.88% from 255) = 54.09%
R=45.45%
G=0.45%
B=54.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10011190.160.9900.53290.3498.3323.53
Hex6417710630351226218
Octal14411672014306544214230
Binary1100100111101111000011000110110101100100010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640177; }

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

 H1.HeaderClassName
 {
   color: #640177;
 }
 .AnyTagClassName
 {
   color: #640177;
 }
</style>
background-color css

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

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

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

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

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

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