#640265

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

Shades of Purple #640265

Tints of Purple #640265

Color information

#640265 (or 0x640265) is unknown color: approx Purple. HEX triplet: 64, 02 and 65. RGB value is (100,2,101). Sum of RGB (Red+Green+Blue) = 100+2+101=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #640265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640265 is #9BFD9A. Grayscale: #2A2A2A. Windows color (decimal): -10223003 or 6619748. OLE color: 6619748.

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

Color convert

RGB1002101-
CMYK0.010.9800.60
HSL299.39º96.12%20.2%-
HSV(B)299.39º98.02%39.61%-
XYZ7.633.6912.62-
YUV42.59160.97168.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.26%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 101 (39.84% from 255) = 49.75%
R=49.26%
G=0.99%
B=49.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10021010.010.9800.60299.3996.1220.2
Hex6426516203C12b6014
Octal1442145114207445314024
Binary1100100101100101111000100111100100101011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640265; }

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

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

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

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

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

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

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

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