#560536

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

Shades of Tyrian Purple #560536

Tints of Tyrian Purple #560536

Color information

#560536 (or 0x560536) is unknown color: approx Tyrian Purple. HEX triplet: 56, 05 and 36. RGB value is (86,5,54). Sum of RGB (Red+Green+Blue) = 86+5+54=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #560536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560536 is #A9FAC9. Grayscale: #222222. Windows color (decimal): -11139786 or 3540310. OLE color: 3540310.

HSL color Cylindrical-coordinate representation of color #560536: hue angle of 323.7º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560536 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.66.

Color convert

RGB86554-
CMYK00.940.370.66
HSL323.7º89.01%17.84%-
HSV(B)323.7º94.19%33.73%-
XYZ4.562.353.7-
YUV34.8138.84164.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 59.31%
GREEN value IS 5 (2.34% from 255) = 3.45%
BLUE value IS 54 (21.48% from 255) = 37.24%
R=59.31%
G=3.45%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8655400.940.370.66323.789.0117.84
Hex5653605E25421445912
Octal12656601364510250413122
Binary1010110101110110010111101001011000010101000100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560536; }

 p { color: rgb(86,5,54); }

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

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

 a { background-color: rgb(86,5,54); }

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

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

 span { border-color: rgb(86,5,54); }

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