#640566

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

Shades of Palatinate Purple #640566

Tints of Palatinate Purple #640566

Color information

#640566 (or 0x640566) is unknown color: approx Palatinate Purple. HEX triplet: 64, 05 and 66. RGB value is (100,5,102). Sum of RGB (Red+Green+Blue) = 100+5+102=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #640566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640566 is #9BFA99. Grayscale: #2C2C2C. Windows color (decimal): -10222234 or 6686052. OLE color: 6686052.

HSL color Cylindrical-coordinate representation of color #640566: hue angle of 298.76º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640566 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1005102-
CMYK0.020.9500.6
HSL298.76º90.65%20.98%-
HSV(B)298.76º95.1%40%-
XYZ7.713.7812.89-
YUV44.46160.47167.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.31%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 102 (40.23% from 255) = 49.28%
R=48.31%
G=2.42%
B=49.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10051020.020.9500.6298.7690.6520.98
Hex6456625F03C12b5b15
Octal1445146213707445313325
Binary110010010111001101010111110111100100101011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640566; }

 p { color: rgb(100,5,102); }

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

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

 a { background-color: rgb(100,5,102); }

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

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

 span { border-color: rgb(100,5,102); }

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