#640868

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

Shades of Palatinate Purple #640868

Tints of Palatinate Purple #640868

Color information

#640868 (or 0x640868) is unknown color: approx Palatinate Purple. HEX triplet: 64, 08 and 68. RGB value is (100,8,104). Sum of RGB (Red+Green+Blue) = 100+8+104=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #640868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640868 is #9BF797. Grayscale: #2E2E2E. Windows color (decimal): -10221464 or 6817892. OLE color: 6817892.

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

Color convert

RGB1008104-
CMYK0.040.9200.59
HSL297.5º85.71%21.96%-
HSV(B)297.5º92.31%40.78%-
XYZ7.843.8813.43-
YUV46.45160.48166.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.17%
GREEN value IS 8 (3.52% from 255) = 3.77%
BLUE value IS 104 (41.02% from 255) = 49.06%
R=47.17%
G=3.77%
B=49.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10081040.040.9200.59297.585.7121.96
Hex6486845C03B12a5616
Octal14410150413407345212626
Binary11001001000110100010010111000111011100101010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640868; }

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

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

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

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

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

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

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

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