Html Css Color HEX #640163 Purple

📋 copy color: '#640163'

red 100 ◦ green 1 ◦ blue 99

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

Shades of Purple #640163

Tints of Purple #640163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 49.5%

R = 50%
G = 0.5%
B = 49.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#640163 (or 0x640163) is known color: Purple. HEX triplet: 64, 01 and 63. RGB value is (100,1,99). Sum of RGB (Red+Green+Blue) = 100+1+99=200 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 100 - color contains mainly: red. Hex color #640163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640163 is #9BFE9C. Grayscale: #292929. Windows color (decimal): -10223261 or 6488420. OLE color: 6488420.

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

Color convert

RGB 100 1 99 -
CMYK 0 0.99 0.01 0.61
HSL 300.61º 0.98% 0.2% -
HSV(B) 300.61º 0.99% 0.39% -
XYZ 7.52 3.63 12.11 -
YUV 41.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 100 1 99 0 0.99 0.01 0.61 300.61 0.98 0.2
Hex 64 1 63 0 63 1 3D 12D 62 14
Octal 144 1 143 0 143 1 75 455 142 24
Binary 1100100 1 1100011 0 1100011 1 111101 100101101 1100010 10100

Color Harmonies of #640163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640163

Black with #640163

Text Example


Text Example

White with #640163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640163; }

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

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

background-color css

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

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

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

border-color css

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

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

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