#560537

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

Shades of Tyrian Purple #560537

Tints of Tyrian Purple #560537

Color information

#560537 (or 0x560537) is unknown color: approx Tyrian Purple. HEX triplet: 56, 05 and 37. RGB value is (86,5,55). Sum of RGB (Red+Green+Blue) = 86+5+55=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #560537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560537 is #A9FAC8. Grayscale: #222222. Windows color (decimal): -11139785 or 3605846. OLE color: 3605846.

HSL color Cylindrical-coordinate representation of color #560537: hue angle of 322.96º 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 #560537 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB86555-
CMYK00.940.360.66
HSL322.96º89.01%17.84%-
HSV(B)322.96º94.19%33.73%-
XYZ4.582.363.83-
YUV34.92139.34164.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.90%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 55 (21.88% from 255) = 37.67%
R=58.90%
G=3.42%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8655500.940.360.66322.9689.0117.84
Hex5653705E24421435912
Octal12656701364410250313122
Binary1010110101110111010111101001001000010101000011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560537; }

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

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

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

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

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

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

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

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