#640B68

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

Shades of Palatinate Purple #640B68

Tints of Palatinate Purple #640B68

Color information

#640B68 (or 0x640B68) is unknown color: approx Palatinate Purple. HEX triplet: 64, 0B and 68. RGB value is (100,11,104). Sum of RGB (Red+Green+Blue) = 100+11+104=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #640B68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640B68 is #9BF497. Grayscale: #2F2F2F. Windows color (decimal): -10220696 or 6818660. OLE color: 6818660.

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

Color convert

RGB10011104-
CMYK0.040.8900.59
HSL297.42º80.87%22.55%-
HSV(B)297.42º89.42%40.78%-
XYZ7.873.9513.44-
YUV48.21159.49164.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.51%
GREEN value IS 11 (4.69% from 255) = 5.12%
BLUE value IS 104 (41.02% from 255) = 48.37%
R=46.51%
G=5.12%
B=48.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100111040.040.8900.59297.4280.8722.55
Hex64B6845903B1295117
Octal14413150413107345112127
Binary11001001011110100010010110010111011100101001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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