#540140

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

Shades of Tyrian Purple #540140

Tints of Tyrian Purple #540140

Color information

#540140 (or 0x540140) is unknown color: approx Tyrian Purple. HEX triplet: 54, 01 and 40. RGB value is (84,1,64). Sum of RGB (Red+Green+Blue) = 84+1+64=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #540140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540140 is #ABFEBF. Grayscale: #202020. Windows color (decimal): -11271872 or 4194644. OLE color: 4194644.

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

Color convert

RGB84164-
CMYK00.990.240.67
HSL314.46º97.65%16.67%-
HSV(B)314.46º98.81%32.94%-
XYZ4.592.285.05-
YUV33145.5164.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.38%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 64 (25.39% from 255) = 42.95%
R=56.38%
G=0.67%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8416400.990.240.67314.4697.6516.67
Hex54140063184313a6211
Octal124110001433010347214221
Binary10101001100000001100011110001000011100111010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540140; }

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

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

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

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

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

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

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

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