#540A38

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

Shades of Tyrian Purple #540A38

Tints of Tyrian Purple #540A38

Color information

#540A38 (or 0x540A38) is unknown color: approx Tyrian Purple. HEX triplet: 54, 0A and 38. RGB value is (84,10,56). Sum of RGB (Red+Green+Blue) = 84+10+56=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 10 (4.30% from 255 or 6.67% from 150); Blue value is 56 (22.27% from 255 or 37.33% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #540A38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A38 is #ABF5C7. Grayscale: #252525. Windows color (decimal): -11269576 or 3672660. OLE color: 3672660.

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

Color convert

RGB841056-
CMYK00.880.330.67
HSL322.7º78.72%18.43%-
HSV(B)322.7º88.1%32.94%-
XYZ4.482.393.97-
YUV37.37138.52161.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56%
GREEN value IS 10 (4.30% from 255) = 6.67%
BLUE value IS 56 (22.27% from 255) = 37.33%
R=56%
G=6.67%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84105600.880.330.67322.778.7218.43
Hex54A3805821431434f12
Octal124127001304110350311722
Binary10101001010111000010110001000011000011101000011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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