#640965

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

Shades of Palatinate Purple #640965

Tints of Palatinate Purple #640965

Color information

#640965 (or 0x640965) is unknown color: approx Palatinate Purple. HEX triplet: 64, 09 and 65. RGB value is (100,9,101). Sum of RGB (Red+Green+Blue) = 100+9+101=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #640965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640965 is #9BF69A. Grayscale: #2E2E2E. Windows color (decimal): -10221211 or 6621540. OLE color: 6621540.

HSL color Cylindrical-coordinate representation of color #640965: hue angle of 299.35º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640965 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1009101-
CMYK0.010.9100.60
HSL299.35º83.64%21.57%-
HSV(B)299.35º91.09%39.61%-
XYZ7.73.8412.65-
YUV46.7158.65166.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.62%
GREEN value IS 9 (3.91% from 255) = 4.29%
BLUE value IS 101 (39.84% from 255) = 48.10%
R=47.62%
G=4.29%
B=48.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10091010.010.9100.60299.3583.6421.57
Hex6496515B03C12b5416
Octal14411145113307445312426
Binary110010010011100101110110110111100100101011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640965; }

 p { color: rgb(100,9,101); }

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

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

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

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

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

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

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