#640468

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

Shades of Purple #640468

Tints of Purple #640468

Color information

#640468 (or 0x640468) is unknown color: approx Purple. HEX triplet: 64, 04 and 68. RGB value is (100,4,104). Sum of RGB (Red+Green+Blue) = 100+4+104=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #640468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640468 is #9BFB97. Grayscale: #2B2B2B. Windows color (decimal): -10222488 or 6816868. OLE color: 6816868.

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

Color convert

RGB1004104-
CMYK0.040.9600.59
HSL297.6º92.59%21.18%-
HSV(B)297.6º96.15%40.78%-
XYZ7.83.813.42-
YUV44.1161.8167.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.08%
GREEN value IS 4 (1.95% from 255) = 1.92%
BLUE value IS 104 (41.02% from 255) = 50%
R=48.08%
G=1.92%
B=50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10041040.040.9600.59297.692.5921.18
Hex6446846003B12a5d15
Octal1444150414007345213525
Binary1100100100110100010011000000111011100101010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640468; }

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

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

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

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

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

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

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

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