#540A36

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

Shades of Tyrian Purple #540A36

Tints of Tyrian Purple #540A36

Color information

#540A36 (or 0x540A36) is unknown color: approx Tyrian Purple. HEX triplet: 54, 0A and 36. RGB value is (84,10,54). Sum of RGB (Red+Green+Blue) = 84+10+54=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #540A36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A36 is #ABF5C9. Grayscale: #252525. Windows color (decimal): -11269578 or 3541588. OLE color: 3541588.

HSL color Cylindrical-coordinate representation of color #540A36: hue angle of 324.32º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540A36 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB841054-
CMYK00.880.360.67
HSL324.32º78.72%18.43%-
HSV(B)324.32º88.1%32.94%-
XYZ4.432.373.71-
YUV37.14137.52161.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.76%
GREEN value IS 10 (4.30% from 255) = 6.76%
BLUE value IS 54 (21.48% from 255) = 36.49%
R=56.76%
G=6.76%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84105400.880.360.67324.3278.7218.43
Hex54A3605824431444f12
Octal124126601304410350411722
Binary10101001010110110010110001001001000011101000100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,10,54); }

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

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

 a { background-color: rgb(84,10,54); }

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

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

 span { border-color: rgb(84,10,54); }

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