#640339

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

Shades of Tyrian Purple #640339

Tints of Tyrian Purple #640339

Color information

#640339 (or 0x640339) is unknown color: approx Tyrian Purple. HEX triplet: 64, 03 and 39. RGB value is (100,3,57). Sum of RGB (Red+Green+Blue) = 100+3+57=160 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.5% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 100 - color contains mainly: red. Hex color #640339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640339 is #9BFCC6. Grayscale: #262626. Windows color (decimal): -10222791 or 3736420. OLE color: 3736420.

HSL color Cylindrical-coordinate representation of color #640339: hue angle of 326.6º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #640339 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.61.

Color convert

RGB100357-
CMYK00.970.430.61
HSL326.6º94.17%20.2%-
HSV(B)326.6º97%39.22%-
XYZ6.033.074.15-
YUV38.16138.64172.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 62.5%
GREEN value IS 3 (1.56% from 255) = 1.88%
BLUE value IS 57 (22.66% from 255) = 35.62%
R=62.5%
G=1.88%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10035700.970.430.61326.694.1720.2
Hex643390612B3D1475e14
Octal1443710141537550713624
Binary11001001111100101100001101011111101101000111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640339; }

 p { color: rgb(100,3,57); }

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

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

 a { background-color: rgb(100,3,57); }

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

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

 span { border-color: rgb(100,3,57); }

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