#640263

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

Shades of Palatinate Purple #640263

Tints of Palatinate Purple #640263

Color information

#640263 (or 0x640263) is unknown color: approx Palatinate Purple. HEX triplet: 64, 02 and 63. RGB value is (100,2,99). Sum of RGB (Red+Green+Blue) = 100+2+99=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #640263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640263 is #9BFD9C. Grayscale: #2A2A2A. Windows color (decimal): -10223005 or 6488676. OLE color: 6488676.

HSL color Cylindrical-coordinate representation of color #640263: hue angle of 300.61º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640263 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB100299-
CMYK00.980.010.61
HSL300.61º96.08%20%-
HSV(B)300.61º98%39.22%-
XYZ7.533.6512.11-
YUV42.36159.97169.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.75%
GREEN value IS 2 (1.17% from 255) = 1.00%
BLUE value IS 99 (39.06% from 255) = 49.25%
R=49.75%
G=1.00%
B=49.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10029900.980.010.61300.6196.0820
Hex6426306213D12d6014
Octal1442143014217545514024
Binary1100100101100011011000101111101100101101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640263; }

 p { color: rgb(100,2,99); }

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

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

 a { background-color: rgb(100,2,99); }

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

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

 span { border-color: rgb(100,2,99); }

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