#640B6B

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

Shades of Palatinate Purple #640B6B

Tints of Palatinate Purple #640B6B

Color information

#640B6B (or 0x640B6B) is unknown color: approx Palatinate Purple. HEX triplet: 64, 0B and 6B. RGB value is (100,11,107). Sum of RGB (Red+Green+Blue) = 100+11+107=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #640B6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640B6B is #9BF494. Grayscale: #303030. Windows color (decimal): -10220693 or 7015268. OLE color: 7015268.

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

Color convert

RGB10011107-
CMYK0.070.9000.58
HSL295.62º81.36%23.14%-
HSV(B)295.62º89.72%41.96%-
XYZ8.034.0114.26-
YUV48.56160.99164.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.87%
GREEN value IS 11 (4.69% from 255) = 5.05%
BLUE value IS 107 (42.19% from 255) = 49.08%
R=45.87%
G=5.05%
B=49.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100111070.070.9000.58295.6281.3623.14
Hex64B6B75A03A1285117
Octal14413153713207245012127
Binary11001001011110101111110110100111010100101000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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