#540D3F

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

Shades of Tyrian Purple #540D3F

Tints of Tyrian Purple #540D3F

Color information

#540D3F (or 0x540D3F) is unknown color: approx Tyrian Purple. HEX triplet: 54, 0D and 3F. RGB value is (84,13,63). Sum of RGB (Red+Green+Blue) = 84+13+63=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 13 (5.47% from 255 or 8.12% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #540D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540D3F is #ABF2C0. Grayscale: #272727. Windows color (decimal): -11268801 or 4132180. OLE color: 4132180.

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

Color convert

RGB841363-
CMYK00.850.250.67
HSL317.75º73.2%19.02%-
HSV(B)317.75º84.52%32.94%-
XYZ4.72.534.94-
YUV39.93141.02159.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.5%
GREEN value IS 13 (5.47% from 255) = 8.12%
BLUE value IS 63 (25% from 255) = 39.38%
R=52.5%
G=8.12%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84136300.850.250.67317.7573.219.02
Hex54D3F055194313e4913
Octal124157701253110347611123
Binary1010100110111111101010101110011000011100111110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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