#540545

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

Shades of Tyrian Purple #540545

Tints of Tyrian Purple #540545

Color information

#540545 (or 0x540545) is unknown color: approx Tyrian Purple. HEX triplet: 54, 05 and 45. RGB value is (84,5,69). Sum of RGB (Red+Green+Blue) = 84+5+69=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 69 (27.34% from 255 or 43.67% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #540545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540545 is #ABFABA. Grayscale: #232323. Windows color (decimal): -11270843 or 4523348. OLE color: 4523348.

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

Color convert

RGB84569-
CMYK00.940.180.67
HSL311.39º88.76%17.45%-
HSV(B)311.39º94.05%32.94%-
XYZ4.782.425.85-
YUV35.92146.67162.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.16%
GREEN value IS 5 (2.34% from 255) = 3.16%
BLUE value IS 69 (27.34% from 255) = 43.67%
R=53.16%
G=3.16%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8456900.940.180.67311.3988.7617.45
Hex5454505E12431375911
Octal124510501362210346713121
Binary1010100101100010101011110100101000011100110111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540545; }

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

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

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

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

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

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

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

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