#540240

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

Shades of Tyrian Purple #540240

Tints of Tyrian Purple #540240

Color information

#540240 (or 0x540240) is unknown color: approx Tyrian Purple. HEX triplet: 54, 02 and 40. RGB value is (84,2,64). Sum of RGB (Red+Green+Blue) = 84+2+64=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #540240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540240 is #ABFDBF. Grayscale: #212121. Windows color (decimal): -11271616 or 4194900. OLE color: 4194900.

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

Color convert

RGB84264-
CMYK00.980.240.67
HSL314.63º95.35%16.86%-
HSV(B)314.63º97.62%32.94%-
XYZ4.62.35.05-
YUV33.59145.17163.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56%
GREEN value IS 2 (1.17% from 255) = 1.33%
BLUE value IS 64 (25.39% from 255) = 42.67%
R=56%
G=1.33%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8426400.980.240.67314.6395.3516.86
Hex54240062184313b5f11
Octal124210001423010347313721
Binary101010010100000001100010110001000011100111011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540240; }

 p { color: rgb(84,2,64); }

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

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

 a { background-color: rgb(84,2,64); }

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

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

 span { border-color: rgb(84,2,64); }

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