#640D68

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

Shades of Palatinate Purple #640D68

Tints of Palatinate Purple #640D68

Color information

#640D68 (or 0x640D68) is unknown color: approx Palatinate Purple. HEX triplet: 64, 0D and 68. RGB value is (100,13,104). Sum of RGB (Red+Green+Blue) = 100+13+104=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #640D68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640D68 is #9BF297. Grayscale: #313131. Windows color (decimal): -10220184 or 6819172. OLE color: 6819172.

HSL color Cylindrical-coordinate representation of color #640D68: hue angle of 297.36º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #640D68 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10013104-
CMYK0.040.8800.59
HSL297.36º77.78%22.94%-
HSV(B)297.36º87.5%40.78%-
XYZ7.9413.45-
YUV49.39158.82164.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.08%
GREEN value IS 13 (5.47% from 255) = 5.99%
BLUE value IS 104 (41.02% from 255) = 47.93%
R=46.08%
G=5.99%
B=47.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100131040.040.8800.59297.3677.7822.94
Hex64D6845803B1294e17
Octal14415150413007345111627
Binary11001001101110100010010110000111011100101001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640D68; }

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

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

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

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

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

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

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

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