#56113B

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

Shades of Tyrian Purple #56113B

Tints of Tyrian Purple #56113B

Color information

#56113B (or 0x56113B) is unknown color: approx Tyrian Purple. HEX triplet: 56, 11 and 3B. RGB value is (86,17,59). Sum of RGB (Red+Green+Blue) = 86+17+59=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #56113B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56113B is #A9EEC4. Grayscale: #2A2A2A. Windows color (decimal): -11136709 or 3871062. OLE color: 3871062.

HSL color Cylindrical-coordinate representation of color #56113B: hue angle of 323.48º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #56113B is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB861759-
CMYK00.800.310.66
HSL323.48º66.99%20.2%-
HSV(B)323.48º80.23%33.73%-
XYZ4.832.74.4-
YUV42.42137.36159.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.09%
GREEN value IS 17 (7.03% from 255) = 10.49%
BLUE value IS 59 (23.44% from 255) = 36.42%
R=53.09%
G=10.49%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86175900.800.310.66323.4866.9920.2
Hex56113B0501F421434314
Octal126217301203710250310324
Binary10101101000111101101010000111111000010101000011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56113B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56113B; }

 p { color: rgb(86,17,59); }

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

<style>
 a { background-color: #56113B; }

 a { background-color: rgb(86,17,59); }

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

<style>
 span { border-color: #56113B; }

 span { border-color: rgb(86,17,59); }

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