#56042E

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

Shades of Tyrian Purple #56042E

Tints of Tyrian Purple #56042E

Color information

#56042E (or 0x56042E) is unknown color: approx Tyrian Purple. HEX triplet: 56, 04 and 2E. RGB value is (86,4,46). Sum of RGB (Red+Green+Blue) = 86+4+46=136 (18% of max value = 765). Red value is 86 (33.98% from 255 or 63.24% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 86 - color contains mainly: red. Hex color #56042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56042E is #A9FBD1. Grayscale: #212121. Windows color (decimal): -11140050 or 3015766. OLE color: 3015766.

HSL color Cylindrical-coordinate representation of color #56042E: hue angle of 329.27º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #56042E is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB86446-
CMYK00.950.470.66
HSL329.27º91.11%17.65%-
HSV(B)329.27º95.35%33.73%-
XYZ4.372.262.79-
YUV33.31135.17165.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 63.24%
GREEN value IS 4 (1.95% from 255) = 2.94%
BLUE value IS 46 (18.36% from 255) = 33.82%
R=63.24%
G=2.94%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8644600.950.470.66329.2791.1117.65
Hex5642E05F2F421495b12
Octal12645601375710251113322
Binary1010110100101110010111111011111000010101001001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56042E; }

 p { color: rgb(86,4,46); }

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

<style>
 a { background-color: #56042E; }

 a { background-color: rgb(86,4,46); }

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

<style>
 span { border-color: #56042E; }

 span { border-color: rgb(86,4,46); }

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