#540141

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

Shades of Tyrian Purple #540141

Tints of Tyrian Purple #540141

Color information

#540141 (or 0x540141) is unknown color: approx Tyrian Purple. HEX triplet: 54, 01 and 41. RGB value is (84,1,65). Sum of RGB (Red+Green+Blue) = 84+1+65=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #540141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540141 is #ABFEBE. Grayscale: #202020. Windows color (decimal): -11271871 or 4260180. OLE color: 4260180.

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

Color convert

RGB84165-
CMYK00.990.230.67
HSL313.73º97.65%16.67%-
HSV(B)313.73º98.81%32.94%-
XYZ4.622.295.2-
YUV33.11146164.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 65 (25.78% from 255) = 43.33%
R=56%
G=0.67%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8416500.990.230.67313.7397.6516.67
Hex54141063174313a6211
Octal124110101432710347214221
Binary10101001100000101100011101111000011100111010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540141; }

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

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

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

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

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

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

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

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