#56113F

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

Shades of Tyrian Purple #56113F

Tints of Tyrian Purple #56113F

Color information

#56113F (or 0x56113F) is unknown color: approx Tyrian Purple. HEX triplet: 56, 11 and 3F. RGB value is (86,17,63). Sum of RGB (Red+Green+Blue) = 86+17+63=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #56113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56113F is #A9EEC0. Grayscale: #2A2A2A. Windows color (decimal): -11136705 or 4133206. OLE color: 4133206.

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

Color convert

RGB861763-
CMYK00.800.270.66
HSL320º66.99%20.2%-
HSV(B)320º80.23%33.73%-
XYZ4.942.744.97-
YUV42.88139.36158.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.81%
GREEN value IS 17 (7.03% from 255) = 10.24%
BLUE value IS 63 (25% from 255) = 37.95%
R=51.81%
G=10.24%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86176300.800.270.6632066.9920.2
Hex56113F0501B421404314
Octal126217701203310250010324
Binary10101101000111111101010000110111000010101000000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56113F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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