#640126

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

Shades of Tyrian Purple #640126

Tints of Tyrian Purple #640126

Color information

#640126 (or 0x640126) is unknown color: approx Tyrian Purple. HEX triplet: 64, 01 and 26. RGB value is (100,1,38). Sum of RGB (Red+Green+Blue) = 100+1+38=139 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.94% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 100 - color contains mainly: red. Hex color #640126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640126 is #9BFED9. Grayscale: #222222. Windows color (decimal): -10223322 or 2490724. OLE color: 2490724.

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

Color convert

RGB100138-
CMYK00.990.620.61
HSL337.58º98.02%19.8%-
HSV(B)337.58º99%39.22%-
XYZ5.622.872.09-
YUV34.82129.8174.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 71.94%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 38 (15.23% from 255) = 27.34%
R=71.94%
G=0.72%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10013800.990.620.61337.5898.0219.8
Hex641260633E3D1526214
Octal1441460143767552214224
Binary1100100110011001100011111110111101101010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640126; }

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

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

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

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

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

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

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

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