Html Css Color HEX #640164 Purple

📋 copy color: '#640164'

red 100 ◦ green 1 ◦ blue 100

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

Shades of Purple #640164

Tints of Purple #640164

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 49.75%
G = 0.5%
B = 49.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#640164 (or 0x640164) is known color: Purple. HEX triplet: 64, 01 and 64. RGB value is (100,1,100). Sum of RGB (Red+Green+Blue) = 100+1+100=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 100 (39.45% from 255 or 49.75% from 201); Max value from RGB is 100 - color contains mainly: red, blue. Hex color #640164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640164 is #9BFE9B. Grayscale: #292929. Windows color (decimal): -10223260 or 6553956. OLE color: 6553956.

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

Color convert

RGB 100 1 100 -
CMYK 0 0.99 0 0.61
HSL 300º 0.98% 0.2% -
HSV(B) 300º 0.99% 0.39% -
XYZ 7.57 3.65 12.36 -
YUV 41.89 160.8 169.45 -
System Red Green Blue C M Y K H S L
Decimal 100 1 100 0 0.99 0 0.61 300 0.98 0.2
Hex 64 1 64 0 63 0 3D 12C 62 14
Octal 144 1 144 0 143 0 75 454 142 24
Binary 1100100 1 1100100 0 1100011 0 111101 100101100 1100010 10100

Color Harmonies of #640164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640164

Black with #640164

Text Example


Text Example

White with #640164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640164; }

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

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

background-color css

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

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

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

border-color css

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

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

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