#540547

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

Shades of Tyrian Purple #540547

Tints of Tyrian Purple #540547

Color information

#540547 (or 0x540547) is unknown color: approx Tyrian Purple. HEX triplet: 54, 05 and 47. RGB value is (84,5,71). Sum of RGB (Red+Green+Blue) = 84+5+71=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #540547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540547 is #ABFAB8. Grayscale: #232323. Windows color (decimal): -11270841 or 4654420. OLE color: 4654420.

HSL color Cylindrical-coordinate representation of color #540547: hue angle of 309.87º 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 #540547 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB84571-
CMYK00.940.150.67
HSL309.87º88.76%17.45%-
HSV(B)309.87º94.05%32.94%-
XYZ4.852.456.18-
YUV36.14147.67162.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.5%
GREEN value IS 5 (2.34% from 255) = 3.12%
BLUE value IS 71 (28.12% from 255) = 44.38%
R=52.5%
G=3.12%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8457100.940.150.67309.8788.7617.45
Hex5454705EF431365911
Octal124510701361710346613121
Binary101010010110001110101111011111000011100110110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540547; }

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

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

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

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

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

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

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

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