#640443

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

Shades of Tyrian Purple #640443

Tints of Tyrian Purple #640443

Color information

#640443 (or 0x640443) is unknown color: approx Tyrian Purple. HEX triplet: 64, 04 and 43. RGB value is (100,4,67). Sum of RGB (Red+Green+Blue) = 100+4+67=171 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.48% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 100 - color contains mainly: red. Hex color #640443 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640443 is #9BFBBC. Grayscale: #272727. Windows color (decimal): -10222525 or 4392036. OLE color: 4392036.

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

Color convert

RGB100467-
CMYK00.960.330.61
HSL320.62º92.31%20.39%-
HSV(B)320.62º96%39.22%-
XYZ6.313.25.6-
YUV39.89143.3170.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 58.48%
GREEN value IS 4 (1.95% from 255) = 2.34%
BLUE value IS 67 (26.56% from 255) = 39.18%
R=58.48%
G=2.34%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10046700.960.330.61320.6292.3120.39
Hex64443060213D1415c14
Octal14441030140417550113424
Binary1100100100100001101100000100001111101101000001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640443; }

 p { color: rgb(100,4,67); }

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

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

 a { background-color: rgb(100,4,67); }

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

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

 span { border-color: rgb(100,4,67); }

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