#640168

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

Shades of Purple #640168

Tints of Purple #640168

Color information

#640168 (or 0x640168) is unknown color: approx Purple. HEX triplet: 64, 01 and 68. RGB value is (100,1,104). Sum of RGB (Red+Green+Blue) = 100+1+104=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #640168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640168 is #9BFE97. Grayscale: #2A2A2A. Windows color (decimal): -10223256 or 6816100. OLE color: 6816100.

HSL color Cylindrical-coordinate representation of color #640168: hue angle of 297.67º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #640168 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1001104-
CMYK0.040.9900.59
HSL297.67º98.1%20.59%-
HSV(B)297.67º99.04%40.78%-
XYZ7.773.7313.41-
YUV42.34162.8169.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.78%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 104 (41.02% from 255) = 50.73%
R=48.78%
G=0.49%
B=50.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10011040.040.9900.59297.6798.120.59
Hex6416846303B12a6215
Octal1441150414307345214225
Binary11001001110100010011000110111011100101010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640168; }

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

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

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

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

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

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

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

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