#640A57

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

Shades of Palatinate Purple #640A57

Tints of Palatinate Purple #640A57

Color information

#640A57 (or 0x640A57) is unknown color: approx Palatinate Purple. HEX triplet: 64, 0A and 57. RGB value is (100,10,87). Sum of RGB (Red+Green+Blue) = 100+10+87=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #640A57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640A57 is #9BF5A8. Grayscale: #2D2D2D. Windows color (decimal): -10220969 or 5704292. OLE color: 5704292.

HSL color Cylindrical-coordinate representation of color #640A57: hue angle of 308.67º 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 #640A57 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB1001087-
CMYK00.900.130.61
HSL308.67º81.82%21.57%-
HSV(B)308.67º90%39.22%-
XYZ7.083.619.34-
YUV45.69151.32166.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.76%
GREEN value IS 10 (4.30% from 255) = 5.08%
BLUE value IS 87 (34.38% from 255) = 44.16%
R=50.76%
G=5.08%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100108700.900.130.61308.6781.8221.57
Hex64A5705AD3D1355216
Octal144121270132157546512226
Binary110010010101010111010110101101111101100110101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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