#640439

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

Shades of Tyrian Purple #640439

Tints of Tyrian Purple #640439

Color information

#640439 (or 0x640439) is unknown color: approx Tyrian Purple. HEX triplet: 64, 04 and 39. RGB value is (100,4,57). Sum of RGB (Red+Green+Blue) = 100+4+57=161 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.11% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 100 - color contains mainly: red. Hex color #640439 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640439 is #9BFBC6. Grayscale: #262626. Windows color (decimal): -10222535 or 3736676. OLE color: 3736676.

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

Color convert

RGB100457-
CMYK00.960.430.61
HSL326.88º92.31%20.39%-
HSV(B)326.88º96%39.22%-
XYZ6.043.094.15-
YUV38.75138.3171.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 62.11%
GREEN value IS 4 (1.95% from 255) = 2.48%
BLUE value IS 57 (22.66% from 255) = 35.40%
R=62.11%
G=2.48%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10045700.960.430.61326.8892.3120.39
Hex644390602B3D1475c14
Octal1444710140537550713424
Binary110010010011100101100000101011111101101000111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640439; }

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

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

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

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

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

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

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

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