#640541

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

Shades of Tyrian Purple #640541

Tints of Tyrian Purple #640541

Color information

#640541 (or 0x640541) is unknown color: approx Tyrian Purple. HEX triplet: 64, 05 and 41. RGB value is (100,5,65). Sum of RGB (Red+Green+Blue) = 100+5+65=170 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.82% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 100 - color contains mainly: red. Hex color #640541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640541 is #9BFABE. Grayscale: #282828. Windows color (decimal): -10222271 or 4261220. OLE color: 4261220.

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

Color convert

RGB100565-
CMYK00.950.350.61
HSL322.11º90.48%20.59%-
HSV(B)322.11º95%39.22%-
XYZ6.263.25.29-
YUV40.25141.97170.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 58.82%
GREEN value IS 5 (2.34% from 255) = 2.94%
BLUE value IS 65 (25.78% from 255) = 38.24%
R=58.82%
G=2.94%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10056500.950.350.61322.1190.4820.59
Hex6454105F233D1425a15
Octal14451010137437550213225
Binary1100100101100000101011111100011111101101000010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640541; }

 p { color: rgb(100,5,65); }

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

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

 a { background-color: rgb(100,5,65); }

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

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

 span { border-color: rgb(100,5,65); }

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