#640464

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

Shades of Palatinate Purple #640464

Tints of Palatinate Purple #640464

Color information

#640464 (or 0x640464) is unknown color: approx Palatinate Purple. HEX triplet: 64, 04 and 64. RGB value is (100,4,100). Sum of RGB (Red+Green+Blue) = 100+4+100=204 (27% of max value = 765). Red value is 100 (39.45% from 255 or 49.02% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 100 (39.45% from 255 or 49.02% from 204); Max value from RGB is 100 - color contains mainly: red, blue. Hex color #640464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640464 is #9BFB9B. Grayscale: #2B2B2B. Windows color (decimal): -10222492 or 6554724. OLE color: 6554724.

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

Color convert

RGB1004100-
CMYK00.9600.61
HSL300º92.31%20.39%-
HSV(B)300º96%39.22%-
XYZ7.63.7212.37-
YUV43.65159.8168.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.02%
GREEN value IS 4 (1.95% from 255) = 1.96%
BLUE value IS 100 (39.45% from 255) = 49.02%
R=49.02%
G=1.96%
B=49.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100410000.9600.6130092.3120.39
Hex6446406003D12c5c14
Octal1444144014007545413424
Binary11001001001100100011000000111101100101100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640464; }

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

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

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

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

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

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

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

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