#640E40

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

Shades of Tyrian Purple #640E40

Tints of Tyrian Purple #640E40

Color information

#640E40 (or 0x640E40) is unknown color: approx Tyrian Purple. HEX triplet: 64, 0E and 40. RGB value is (100,14,64). Sum of RGB (Red+Green+Blue) = 100+14+64=178 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.18% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 100 - color contains mainly: red. Hex color #640E40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640E40 is #9BF1BF. Grayscale: #2D2D2D. Windows color (decimal): -10219968 or 4197988. OLE color: 4197988.

HSL color Cylindrical-coordinate representation of color #640E40: hue angle of 325.12º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #640E40 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB1001464-
CMYK00.860.360.61
HSL325.12º75.44%22.35%-
HSV(B)325.12º86%39.22%-
XYZ6.343.395.17-
YUV45.41138.49166.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 56.18%
GREEN value IS 14 (5.86% from 255) = 7.87%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=56.18%
G=7.87%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100146400.860.360.61325.1275.4422.35
Hex64E40056243D1454b16
Octal144161000126447550511326
Binary11001001110100000001010110100100111101101000101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640E40; }

 p { color: rgb(100,14,64); }

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

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

 a { background-color: rgb(100,14,64); }

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

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

 span { border-color: rgb(100,14,64); }

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