#540D4A

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

Shades of Tyrian Purple #540D4A

Tints of Tyrian Purple #540D4A

Color information

#540D4A (or 0x540D4A) is unknown color: approx Tyrian Purple. HEX triplet: 54, 0D and 4A. RGB value is (84,13,74). Sum of RGB (Red+Green+Blue) = 84+13+74=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #540D4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540D4A is #ABF2B5. Grayscale: #292929. Windows color (decimal): -11268790 or 4853076. OLE color: 4853076.

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

Color convert

RGB841374-
CMYK00.850.120.67
HSL308.45º73.2%19.02%-
HSV(B)308.45º84.52%32.94%-
XYZ5.042.676.73-
YUV41.18146.52158.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.12%
GREEN value IS 13 (5.47% from 255) = 7.60%
BLUE value IS 74 (29.30% from 255) = 43.27%
R=49.12%
G=7.60%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84137400.850.120.67308.4573.219.02
Hex54D4A055C431344913
Octal1241511201251410346411123
Binary1010100110110010100101010111001000011100110100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,13,74); }

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

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

 a { background-color: rgb(84,13,74); }

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

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

 span { border-color: rgb(84,13,74); }

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