#540544

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

Shades of Tyrian Purple #540544

Tints of Tyrian Purple #540544

Color information

#540544 (or 0x540544) is unknown color: approx Tyrian Purple. HEX triplet: 54, 05 and 44. RGB value is (84,5,68). Sum of RGB (Red+Green+Blue) = 84+5+68=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 68 (26.95% from 255 or 43.31% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #540544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540544 is #ABFABB. Grayscale: #232323. Windows color (decimal): -11270844 or 4457812. OLE color: 4457812.

HSL color Cylindrical-coordinate representation of color #540544: hue angle of 312.15º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540544 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB84568-
CMYK00.940.190.67
HSL312.15º88.76%17.45%-
HSV(B)312.15º94.05%32.94%-
XYZ4.752.415.68-
YUV35.8146.17162.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.50%
GREEN value IS 5 (2.34% from 255) = 3.18%
BLUE value IS 68 (26.95% from 255) = 43.31%
R=53.50%
G=3.18%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8456800.940.190.67312.1588.7617.45
Hex5454405E13431385911
Octal124510401362310347013121
Binary1010100101100010001011110100111000011100111000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540544; }

 p { color: rgb(84,5,68); }

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

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

 a { background-color: rgb(84,5,68); }

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

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

 span { border-color: rgb(84,5,68); }

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