Html Css Color HEX #640264 Purple

📋 copy color: '#640264'

red 100 ◦ green 2 ◦ blue 100

#640264
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #640264

Tints of Purple #640264

RGB

 RED value IS 100 (39.45% from 255) = 49.5%

 GREEN value IS 2 (1.17% from 255) = 0.99%

 BLUE value IS 100 (39.45% from 255) = 49.5%

R = 49.5%
G = 0.99%
B = 49.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#640264 (or 0x640264) is known color: Purple. HEX triplet: 64, 02 and 64. RGB value is (100,2,100). Sum of RGB (Red+Green+Blue) = 100+2+100=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: red, blue. Hex color #640264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640264 is #9BFD9B. Grayscale: #2A2A2A. Windows color (decimal): -10223004 or 6554212. OLE color: 6554212.

HSL color Cylindrical-coordinate representation of color #640264: hue angle of 300º 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 #640264 is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 2 100 -
CMYK 0 0.98 0 0.61
HSL 300º 0.96% 0.2% -
HSV(B) 300º 0.98% 0.39% -
XYZ 7.58 3.67 12.37 -
YUV 42.47 160.47 169.03 -
System Red Green Blue C M Y K H S L
Decimal 100 2 100 0 0.98 0 0.61 300 0.96 0.2
Hex 64 2 64 0 62 0 3D 12C 60 14
Octal 144 2 144 0 142 0 75 454 140 24
Binary 1100100 10 1100100 0 1100010 0 111101 100101100 1100000 10100

Color Harmonies of #640264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640264

Black with #640264

Text Example


Text Example

White with #640264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640264; }

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

 H1.HeaderClassName
 {
   color: #640264;
 }
 .AnyTagClassName
 {
   color: #640264;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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