#540D40

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

Shades of Tyrian Purple #540D40

Tints of Tyrian Purple #540D40

Color information

#540D40 (or 0x540D40) is unknown color: approx Tyrian Purple. HEX triplet: 54, 0D and 40. RGB value is (84,13,64). Sum of RGB (Red+Green+Blue) = 84+13+64=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #540D40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540D40 is #ABF2BF. Grayscale: #272727. Windows color (decimal): -11268800 or 4197716. OLE color: 4197716.

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

Color convert

RGB841364-
CMYK00.850.240.67
HSL316.9º73.2%19.02%-
HSV(B)316.9º84.52%32.94%-
XYZ4.732.545.09-
YUV40.04141.52159.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.17%
GREEN value IS 13 (5.47% from 255) = 8.07%
BLUE value IS 64 (25.39% from 255) = 39.75%
R=52.17%
G=8.07%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84136400.850.240.67316.973.219.02
Hex54D40055184313d4913
Octal1241510001253010347511123
Binary10101001101100000001010101110001000011100111101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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