#540D3D

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

Shades of Tyrian Purple #540D3D

Tints of Tyrian Purple #540D3D

Color information

#540D3D (or 0x540D3D) is unknown color: approx Tyrian Purple. HEX triplet: 54, 0D and 3D. RGB value is (84,13,61). Sum of RGB (Red+Green+Blue) = 84+13+61=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #540D3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540D3D is #ABF2C2. Grayscale: #272727. Windows color (decimal): -11268803 or 4001108. OLE color: 4001108.

HSL color Cylindrical-coordinate representation of color #540D3D: hue angle of 319.44º 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 #540D3D is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB841361-
CMYK00.850.270.67
HSL319.44º73.2%19.02%-
HSV(B)319.44º84.52%32.94%-
XYZ4.642.514.65-
YUV39.7140.02159.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.16%
GREEN value IS 13 (5.47% from 255) = 8.23%
BLUE value IS 61 (24.22% from 255) = 38.61%
R=53.16%
G=8.23%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84136100.850.270.67319.4473.219.02
Hex54D3D0551B4313f4913
Octal124157501253310347711123
Binary1010100110111110101010101110111000011100111111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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