#640A64

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

Shades of Palatinate Purple #640A64

Tints of Palatinate Purple #640A64

Color information

#640A64 (or 0x640A64) is unknown color: approx Palatinate Purple. HEX triplet: 64, 0A and 64. RGB value is (100,10,100). Sum of RGB (Red+Green+Blue) = 100+10+100=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 100 (39.45% from 255 or 47.62% from 210); Max value from RGB is 100 - color contains mainly: red, blue. Hex color #640A64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640A64 is #9BF59B. Grayscale: #2E2E2E. Windows color (decimal): -10220956 or 6556260. OLE color: 6556260.

HSL color Cylindrical-coordinate representation of color #640A64: hue angle of 300º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640A64 is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB10010100-
CMYK00.9000.61
HSL300º81.82%21.57%-
HSV(B)300º90%39.22%-
XYZ7.663.8512.4-
YUV47.17157.82165.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.62%
GREEN value IS 10 (4.30% from 255) = 4.76%
BLUE value IS 100 (39.45% from 255) = 47.62%
R=47.62%
G=4.76%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1001010000.9000.6130081.8221.57
Hex64A6405A03D12c5216
Octal14412144013207545412226
Binary110010010101100100010110100111101100101100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,10,100); }

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

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

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

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

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

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

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