#640429

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

Shades of Tyrian Purple #640429

Tints of Tyrian Purple #640429

Color information

#640429 (or 0x640429) is unknown color: approx Tyrian Purple. HEX triplet: 64, 04 and 29. RGB value is (100,4,41). Sum of RGB (Red+Green+Blue) = 100+4+41=145 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.97% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 100 - color contains mainly: red. Hex color #640429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640429 is #9BFBD6. Grayscale: #242424. Windows color (decimal): -10222551 or 2688100. OLE color: 2688100.

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

Color convert

RGB100441-
CMYK00.960.590.61
HSL336.88º92.31%20.39%-
HSV(B)336.88º96%39.22%-
XYZ5.72.962.37-
YUV36.92130.3172.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 68.97%
GREEN value IS 4 (1.95% from 255) = 2.76%
BLUE value IS 41 (16.41% from 255) = 28.28%
R=68.97%
G=2.76%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10044100.960.590.61336.8892.3120.39
Hex644290603B3D1515c14
Octal1444510140737552113424
Binary110010010010100101100000111011111101101010001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640429; }

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

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

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

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

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

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

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

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