#640144

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

Shades of Tyrian Purple #640144

Tints of Tyrian Purple #640144

Color information

#640144 (or 0x640144) is unknown color: approx Tyrian Purple. HEX triplet: 64, 01 and 44. RGB value is (100,1,68). Sum of RGB (Red+Green+Blue) = 100+1+68=169 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.17% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 68 (26.95% from 255 or 40.24% from 169); Max value from RGB is 100 - color contains mainly: red. Hex color #640144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640144 is #9BFEBB. Grayscale: #262626. Windows color (decimal): -10223292 or 4456804. OLE color: 4456804.

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

Color convert

RGB100168-
CMYK00.990.320.61
HSL319.39º98.02%19.8%-
HSV(B)319.39º99%39.22%-
XYZ6.313.155.74-
YUV38.24144.8172.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 59.17%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 68 (26.95% from 255) = 40.24%
R=59.17%
G=0.59%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10016800.990.320.61319.3998.0219.8
Hex64144063203D13f6214
Octal14411040143407547714224
Binary11001001100010001100011100000111101100111111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640144; }

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

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

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

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

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

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

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

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