#540D37

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

Shades of Tyrian Purple #540D37

Tints of Tyrian Purple #540D37

Color information

#540D37 (or 0x540D37) is unknown color: approx Tyrian Purple. HEX triplet: 54, 0D and 37. RGB value is (84,13,55). Sum of RGB (Red+Green+Blue) = 84+13+55=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 55 (21.88% from 255 or 36.18% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #540D37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540D37 is #ABF2C8. Grayscale: #262626. Windows color (decimal): -11268809 or 3607892. OLE color: 3607892.

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

Color convert

RGB841355-
CMYK00.850.350.67
HSL324.51º73.2%19.02%-
HSV(B)324.51º84.52%32.94%-
XYZ4.492.453.85-
YUV39.02137.02160.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.26%
GREEN value IS 13 (5.47% from 255) = 8.55%
BLUE value IS 55 (21.88% from 255) = 36.18%
R=55.26%
G=8.55%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84135500.850.350.67324.5173.219.02
Hex54D3705523431454913
Octal124156701254310350511123
Binary10101001101110111010101011000111000011101000101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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