#640969

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

Shades of Palatinate Purple #640969

Tints of Palatinate Purple #640969

Color information

#640969 (or 0x640969) is unknown color: approx Palatinate Purple. HEX triplet: 64, 09 and 69. RGB value is (100,9,105). Sum of RGB (Red+Green+Blue) = 100+9+105=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #640969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640969 is #9BF696. Grayscale: #2E2E2E. Windows color (decimal): -10221207 or 6883684. OLE color: 6883684.

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

Color convert

RGB1009105-
CMYK0.050.9100.59
HSL296.88º84.21%22.35%-
HSV(B)296.88º91.43%41.18%-
XYZ7.93.9213.71-
YUV47.15160.65165.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.73%
GREEN value IS 9 (3.91% from 255) = 4.21%
BLUE value IS 105 (41.41% from 255) = 49.07%
R=46.73%
G=4.21%
B=49.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10091050.050.9100.59296.8884.2122.35
Hex6496955B03B1295416
Octal14411151513307345112426
Binary11001001001110100110110110110111011100101001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640969; }

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

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

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

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

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

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

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

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