#640A2E

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

Shades of Tyrian Purple #640A2E

Tints of Tyrian Purple #640A2E

Color information

#640A2E (or 0x640A2E) is unknown color: approx Tyrian Purple. HEX triplet: 64, 0A and 2E. RGB value is (100,10,46). Sum of RGB (Red+Green+Blue) = 100+10+46=156 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.10% from 156); Green value is 10 (4.30% from 255 or 6.41% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 100 - color contains mainly: red. Hex color #640A2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640A2E is #9BF5D1. Grayscale: #282828. Windows color (decimal): -10221010 or 3017316. OLE color: 3017316.

HSL color Cylindrical-coordinate representation of color #640A2E: hue angle of 336º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640A2E is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB1001046-
CMYK00.900.540.61
HSL336º81.82%21.57%-
HSV(B)336º90%39.22%-
XYZ5.863.122.88-
YUV41.01130.82170.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 64.10%
GREEN value IS 10 (4.30% from 255) = 6.41%
BLUE value IS 46 (18.36% from 255) = 29.49%
R=64.10%
G=6.41%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100104600.900.540.6133681.8221.57
Hex64A2E05A363D1505216
Octal14412560132667552012226
Binary1100100101010111001011010110110111101101010000101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,10,46); }

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

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

 a { background-color: rgb(100,10,46); }

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

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

 span { border-color: rgb(100,10,46); }

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