#640B6A

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

Shades of Palatinate Purple #640B6A

Tints of Palatinate Purple #640B6A

Color information

#640B6A (or 0x640B6A) is unknown color: approx Palatinate Purple. HEX triplet: 64, 0B and 6A. RGB value is (100,11,106). Sum of RGB (Red+Green+Blue) = 100+11+106=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #640B6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640B6A is #9BF495. Grayscale: #303030. Windows color (decimal): -10220694 or 6949732. OLE color: 6949732.

HSL color Cylindrical-coordinate representation of color #640B6A: hue angle of 296.21º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640B6A is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10011106-
CMYK0.060.9000.58
HSL296.21º81.2%22.94%-
HSV(B)296.21º89.62%41.57%-
XYZ7.983.9913.99-
YUV48.44160.49164.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.08%
GREEN value IS 11 (4.69% from 255) = 5.07%
BLUE value IS 106 (41.80% from 255) = 48.85%
R=46.08%
G=5.07%
B=48.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100111060.060.9000.58296.2181.222.94
Hex64B6A65A03A1285117
Octal14413152613207245012127
Binary11001001011110101011010110100111010100101000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,11,106); }

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

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

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

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

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

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

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