#640169

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

Shades of Purple #640169

Tints of Purple #640169

Color information

#640169 (or 0x640169) is unknown color: approx Purple. HEX triplet: 64, 01 and 69. RGB value is (100,1,105). Sum of RGB (Red+Green+Blue) = 100+1+105=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #640169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640169 is #9BFE96. Grayscale: #2A2A2A. Windows color (decimal): -10223255 or 6881636. OLE color: 6881636.

HSL color Cylindrical-coordinate representation of color #640169: hue angle of 297.12º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #640169 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1001105-
CMYK0.050.9900.59
HSL297.12º98.11%20.78%-
HSV(B)297.12º99.05%41.18%-
XYZ7.823.7513.68-
YUV42.46163.3169.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.54%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 105 (41.41% from 255) = 50.97%
R=48.54%
G=0.49%
B=50.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10011050.050.9900.59297.1298.1120.78
Hex6416956303B1296215
Octal1441151514307345114225
Binary11001001110100110111000110111011100101001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640169; }

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

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

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

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

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

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

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

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