#56113C

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

Shades of Tyrian Purple #56113C

Tints of Tyrian Purple #56113C

Color information

#56113C (or 0x56113C) is unknown color: approx Tyrian Purple. HEX triplet: 56, 11 and 3C. RGB value is (86,17,60). Sum of RGB (Red+Green+Blue) = 86+17+60=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #56113C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56113C is #A9EEC3. Grayscale: #2A2A2A. Windows color (decimal): -11136708 or 3936598. OLE color: 3936598.

HSL color Cylindrical-coordinate representation of color #56113C: hue angle of 322.61º 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 #56113C is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB861760-
CMYK00.800.300.66
HSL322.61º66.99%20.2%-
HSV(B)322.61º80.23%33.73%-
XYZ4.852.714.54-
YUV42.53137.86159-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.76%
GREEN value IS 17 (7.03% from 255) = 10.43%
BLUE value IS 60 (23.83% from 255) = 36.81%
R=52.76%
G=10.43%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86176000.800.300.66322.6166.9920.2
Hex56113C0501E421434314
Octal126217401203610250310324
Binary10101101000111110001010000111101000010101000011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56113C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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