#640529

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

Shades of Tyrian Purple #640529

Tints of Tyrian Purple #640529

Color information

#640529 (or 0x640529) is unknown color: approx Tyrian Purple. HEX triplet: 64, 05 and 29. RGB value is (100,5,41). Sum of RGB (Red+Green+Blue) = 100+5+41=146 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.49% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 100 - color contains mainly: red. Hex color #640529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640529 is #9BFAD6. Grayscale: #252525. Windows color (decimal): -10222295 or 2688356. OLE color: 2688356.

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

Color convert

RGB100541-
CMYK00.950.590.61
HSL337.26º90.48%20.59%-
HSV(B)337.26º95%39.22%-
XYZ5.712.982.37-
YUV37.51129.97172.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 68.49%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 41 (16.41% from 255) = 28.08%
R=68.49%
G=3.42%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10054100.950.590.61337.2690.4820.59
Hex6452905F3B3D1515a15
Octal1445510137737552113225
Binary110010010110100101011111111011111101101010001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640529; }

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

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

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

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

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

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

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

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