#640859

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

Shades of Palatinate Purple #640859

Tints of Palatinate Purple #640859

Color information

#640859 (or 0x640859) is unknown color: approx Palatinate Purple. HEX triplet: 64, 08 and 59. RGB value is (100,8,89). Sum of RGB (Red+Green+Blue) = 100+8+89=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #640859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640859 is #9BF7A6. Grayscale: #2C2C2C. Windows color (decimal): -10221479 or 5834852. OLE color: 5834852.

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

Color convert

RGB100889-
CMYK00.920.110.61
HSL307.17º85.19%21.18%-
HSV(B)307.17º92%39.22%-
XYZ7.153.69.77-
YUV44.74152.98167.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.76%
GREEN value IS 8 (3.52% from 255) = 4.06%
BLUE value IS 89 (35.16% from 255) = 45.18%
R=50.76%
G=4.06%
B=45.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10088900.920.110.61307.1785.1921.18
Hex6485905CB3D1335515
Octal144101310134137546312525
Binary110010010001011001010111001011111101100110011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640859; }

 p { color: rgb(100,8,89); }

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

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

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

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

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

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

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