#640170

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

Shades of Purple #640170

Tints of Purple #640170

Color information

#640170 (or 0x640170) is unknown color: approx Purple. HEX triplet: 64, 01 and 70. RGB value is (100,1,112). Sum of RGB (Red+Green+Blue) = 100+1+112=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #640170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640170 is #9BFE8F. Grayscale: #2A2A2A. Windows color (decimal): -10223248 or 7340388. OLE color: 7340388.

HSL color Cylindrical-coordinate representation of color #640170: hue angle of 293.51º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #640170 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1001112-
CMYK0.110.9900.56
HSL293.51º98.23%22.16%-
HSV(B)293.51º99.11%43.92%-
XYZ8.193.915.65-
YUV43.26166.8168.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.95%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 112 (44.14% from 255) = 52.58%
R=46.95%
G=0.47%
B=52.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10011120.110.9900.56293.5198.2322.16
Hex64170B630381266216
Octal14411601314307044614226
Binary110010011110000101111000110111000100100110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640170; }

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

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

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

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

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

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

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

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