#540849

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

Shades of Tyrian Purple #540849

Tints of Tyrian Purple #540849

Color information

#540849 (or 0x540849) is unknown color: approx Tyrian Purple. HEX triplet: 54, 08 and 49. RGB value is (84,8,73). Sum of RGB (Red+Green+Blue) = 84+8+73=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #540849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540849 is #ABF7B6. Grayscale: #252525. Windows color (decimal): -11270071 or 4786260. OLE color: 4786260.

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

Color convert

RGB84873-
CMYK00.900.130.67
HSL308.68º82.61%18.04%-
HSV(B)308.68º90.48%32.94%-
XYZ4.952.546.53-
YUV38.13147.68160.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.91%
GREEN value IS 8 (3.52% from 255) = 4.85%
BLUE value IS 73 (28.91% from 255) = 44.24%
R=50.91%
G=4.85%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8487300.900.130.67308.6882.6118.04
Hex5484905AD431355312
Octal1241011101321510346512322
Binary1010100100010010010101101011011000011100110101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540849; }

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

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

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

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

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

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

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

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