#640129

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

Shades of Tyrian Purple #640129

Tints of Tyrian Purple #640129

Color information

#640129 (or 0x640129) is unknown color: approx Tyrian Purple. HEX triplet: 64, 01 and 29. RGB value is (100,1,41). Sum of RGB (Red+Green+Blue) = 100+1+41=142 (18% of max value = 765). Red value is 100 (39.45% from 255 or 70.42% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 100 - color contains mainly: red. Hex color #640129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640129 is #9BFED6. Grayscale: #232323. Windows color (decimal): -10223319 or 2687332. OLE color: 2687332.

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

Color convert

RGB100141-
CMYK00.990.590.61
HSL335.76º98.02%19.8%-
HSV(B)335.76º99%39.22%-
XYZ5.672.892.36-
YUV35.16131.3174.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 70.42%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 41 (16.41% from 255) = 28.87%
R=70.42%
G=0.70%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10014100.990.590.61335.7698.0219.8
Hex641290633B3D1506214
Octal1441510143737552014224
Binary1100100110100101100011111011111101101010000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640129; }

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

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

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

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

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

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

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

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