#640F6D

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

Shades of Palatinate Purple #640F6D

Tints of Palatinate Purple #640F6D

Color information

#640F6D (or 0x640F6D) is unknown color: approx Palatinate Purple. HEX triplet: 64, 0F and 6D. RGB value is (100,15,109). Sum of RGB (Red+Green+Blue) = 100+15+109=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #640F6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640F6D is #9BF092. Grayscale: #323232. Windows color (decimal): -10219667 or 7147364. OLE color: 7147364.

HSL color Cylindrical-coordinate representation of color #640F6D: hue angle of 294.26º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #640F6D is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10015109-
CMYK0.080.8600.57
HSL294.26º75.81%24.31%-
HSV(B)294.26º86.24%42.75%-
XYZ8.194.1614.84-
YUV51.13160.66162.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.64%
GREEN value IS 15 (6.25% from 255) = 6.70%
BLUE value IS 109 (42.97% from 255) = 48.66%
R=44.64%
G=6.70%
B=48.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100151090.080.8600.57294.2675.8124.31
Hex64F6D8560391264c18
Octal144171551012607144611430
Binary110010011111101101100010101100111001100100110100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,15,109); }

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

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

 a { background-color: rgb(100,15,109); }

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

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

 span { border-color: rgb(100,15,109); }

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