#540841

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

Shades of Tyrian Purple #540841

Tints of Tyrian Purple #540841

Color information

#540841 (or 0x540841) is unknown color: approx Tyrian Purple. HEX triplet: 54, 08 and 41. RGB value is (84,8,65). Sum of RGB (Red+Green+Blue) = 84+8+65=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #540841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540841 is #ABF7BE. Grayscale: #252525. Windows color (decimal): -11270079 or 4261972. OLE color: 4261972.

HSL color Cylindrical-coordinate representation of color #540841: hue angle of 315º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540841 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB84865-
CMYK00.900.230.67
HSL315º82.61%18.04%-
HSV(B)315º90.48%32.94%-
XYZ4.72.445.22-
YUV37.22143.68161.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.50%
GREEN value IS 8 (3.52% from 255) = 5.10%
BLUE value IS 65 (25.78% from 255) = 41.40%
R=53.50%
G=5.10%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8486500.900.230.6731582.6118.04
Hex5484105A174313b5312
Octal1241010101322710347312322
Binary10101001000100000101011010101111000011100111011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540841; }

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

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

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

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

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

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

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

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