#640E41

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

Shades of Tyrian Purple #640E41

Tints of Tyrian Purple #640E41

Color information

#640E41 (or 0x640E41) is unknown color: approx Tyrian Purple. HEX triplet: 64, 0E and 41. RGB value is (100,14,65). Sum of RGB (Red+Green+Blue) = 100+14+65=179 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.87% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 100 - color contains mainly: red. Hex color #640E41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640E41 is #9BF1BE. Grayscale: #2D2D2D. Windows color (decimal): -10219967 or 4263524. OLE color: 4263524.

HSL color Cylindrical-coordinate representation of color #640E41: hue angle of 324.42º 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 #640E41 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB1001465-
CMYK00.860.350.61
HSL324.42º75.44%22.35%-
HSV(B)324.42º86%39.22%-
XYZ6.373.415.32-
YUV45.53138.99166.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 55.87%
GREEN value IS 14 (5.86% from 255) = 7.82%
BLUE value IS 65 (25.78% from 255) = 36.31%
R=55.87%
G=7.82%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100146500.860.350.61324.4275.4422.35
Hex64E41056233D1444b16
Octal144161010126437550411326
Binary11001001110100000101010110100011111101101000100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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