#540E47

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

Shades of Tyrian Purple #540E47

Tints of Tyrian Purple #540E47

Color information

#540E47 (or 0x540E47) is unknown color: approx Tyrian Purple. HEX triplet: 54, 0E and 47. RGB value is (84,14,71). Sum of RGB (Red+Green+Blue) = 84+14+71=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 14 (5.86% from 255 or 8.28% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #540E47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540E47 is #ABF1B8. Grayscale: #292929. Windows color (decimal): -11268537 or 4656724. OLE color: 4656724.

HSL color Cylindrical-coordinate representation of color #540E47: hue angle of 311.14º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #540E47 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB841471-
CMYK00.830.150.67
HSL311.14º71.43%19.22%-
HSV(B)311.14º83.33%32.94%-
XYZ4.952.656.21-
YUV41.43144.69158.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.70%
GREEN value IS 14 (5.86% from 255) = 8.28%
BLUE value IS 71 (28.12% from 255) = 42.01%
R=49.70%
G=8.28%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84147100.830.150.67311.1471.4319.22
Hex54E47053F431374713
Octal1241610701231710346710723
Binary1010100111010001110101001111111000011100110111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540E47; }

 p { color: rgb(84,14,71); }

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

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

 a { background-color: rgb(84,14,71); }

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

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

 span { border-color: rgb(84,14,71); }

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