#640445

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

Shades of Tyrian Purple #640445

Tints of Tyrian Purple #640445

Color information

#640445 (or 0x640445) is unknown color: approx Tyrian Purple. HEX triplet: 64, 04 and 45. RGB value is (100,4,69). Sum of RGB (Red+Green+Blue) = 100+4+69=173 (22% of max value = 765). Red value is 100 (39.45% from 255 or 57.80% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 100 - color contains mainly: red. Hex color #640445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640445 is #9BFBBA. Grayscale: #272727. Windows color (decimal): -10222523 or 4523108. OLE color: 4523108.

HSL color Cylindrical-coordinate representation of color #640445: hue angle of 319.38º 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 #640445 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB100469-
CMYK00.960.310.61
HSL319.38º92.31%20.39%-
HSV(B)319.38º96%39.22%-
XYZ6.373.235.92-
YUV40.11144.3170.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 57.80%
GREEN value IS 4 (1.95% from 255) = 2.31%
BLUE value IS 69 (27.34% from 255) = 39.88%
R=57.80%
G=2.31%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10046900.960.310.61319.3892.3120.39
Hex644450601F3D13f5c14
Octal14441050140377547713424
Binary110010010010001010110000011111111101100111111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640445; }

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

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

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

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

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

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

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

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