#540340

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

Shades of Tyrian Purple #540340

Tints of Tyrian Purple #540340

Color information

#540340 (or 0x540340) is unknown color: approx Tyrian Purple. HEX triplet: 54, 03 and 40. RGB value is (84,3,64). Sum of RGB (Red+Green+Blue) = 84+3+64=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #540340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540340 is #ABFCBF. Grayscale: #222222. Windows color (decimal): -11271360 or 4195156. OLE color: 4195156.

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

Color convert

RGB84364-
CMYK00.960.240.67
HSL314.81º93.1%17.06%-
HSV(B)314.81º96.43%32.94%-
XYZ4.612.325.06-
YUV34.17144.84163.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.63%
GREEN value IS 3 (1.56% from 255) = 1.99%
BLUE value IS 64 (25.39% from 255) = 42.38%
R=55.63%
G=1.99%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8436400.960.240.67314.8193.117.06
Hex54340060184313b5d11
Octal124310001403010347313521
Binary101010011100000001100000110001000011100111011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540340; }

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

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

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

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

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

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

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

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