#640444

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

Shades of Tyrian Purple #640444

Tints of Tyrian Purple #640444

Color information

#640444 (or 0x640444) is unknown color: approx Tyrian Purple. HEX triplet: 64, 04 and 44. RGB value is (100,4,68). Sum of RGB (Red+Green+Blue) = 100+4+68=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #640444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640444 is #9BFBBB. Grayscale: #272727. Windows color (decimal): -10222524 or 4457572. OLE color: 4457572.

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

Color convert

RGB100468-
CMYK00.960.320.61
HSL320º92.31%20.39%-
HSV(B)320º96%39.22%-
XYZ6.343.215.75-
YUV40143.8170.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 58.14%
GREEN value IS 4 (1.95% from 255) = 2.33%
BLUE value IS 68 (26.95% from 255) = 39.53%
R=58.14%
G=2.33%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10046800.960.320.6132092.3120.39
Hex64444060203D1405c14
Octal14441040140407550013424
Binary1100100100100010001100000100000111101101000000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640444; }

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

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

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

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

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

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

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

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