#540949

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

Shades of Tyrian Purple #540949

Tints of Tyrian Purple #540949

Color information

#540949 (or 0x540949) is unknown color: approx Tyrian Purple. HEX triplet: 54, 09 and 49. RGB value is (84,9,73). Sum of RGB (Red+Green+Blue) = 84+9+73=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #540949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540949 is #ABF6B6. Grayscale: #262626. Windows color (decimal): -11269815 or 4786516. OLE color: 4786516.

HSL color Cylindrical-coordinate representation of color #540949: hue angle of 308.8º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540949 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB84973-
CMYK00.890.130.67
HSL308.8º80.65%18.24%-
HSV(B)308.8º89.29%32.94%-
XYZ4.962.566.54-
YUV38.72147.35160.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.60%
GREEN value IS 9 (3.91% from 255) = 5.42%
BLUE value IS 73 (28.91% from 255) = 43.98%
R=50.60%
G=5.42%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8497300.890.130.67308.880.6518.24
Hex54949059D431355112
Octal1241111101311510346512122
Binary1010100100110010010101100111011000011100110101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540949; }

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

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

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

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

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

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

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

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