#640845

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

Shades of Tyrian Purple #640845

Tints of Tyrian Purple #640845

Color information

#640845 (or 0x640845) is unknown color: approx Tyrian Purple. HEX triplet: 64, 08 and 45. RGB value is (100,8,69). Sum of RGB (Red+Green+Blue) = 100+8+69=177 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.50% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 100 - color contains mainly: red. Hex color #640845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640845 is #9BF7BA. Grayscale: #2A2A2A. Windows color (decimal): -10221499 or 4524132. OLE color: 4524132.

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

Color convert

RGB100869-
CMYK00.920.310.61
HSL320.22º85.19%21.18%-
HSV(B)320.22º92%39.22%-
XYZ6.423.315.93-
YUV42.46142.98169.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 56.50%
GREEN value IS 8 (3.52% from 255) = 4.52%
BLUE value IS 69 (27.34% from 255) = 38.98%
R=56.50%
G=4.52%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10086900.920.310.61320.2285.1921.18
Hex6484505C1F3D1405515
Octal144101050134377550012525
Binary1100100100010001010101110011111111101101000000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640845; }

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

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

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

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

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

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

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

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