#560539

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

Shades of Tyrian Purple #560539

Tints of Tyrian Purple #560539

Color information

#560539 (or 0x560539) is unknown color: approx Tyrian Purple. HEX triplet: 56, 05 and 39. RGB value is (86,5,57). Sum of RGB (Red+Green+Blue) = 86+5+57=148 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.11% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 86 - color contains mainly: red. Hex color #560539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560539 is #A9FAC6. Grayscale: #232323. Windows color (decimal): -11139783 or 3736918. OLE color: 3736918.

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

Color convert

RGB86557-
CMYK00.940.340.66
HSL321.48º89.01%17.84%-
HSV(B)321.48º94.19%33.73%-
XYZ4.632.384.09-
YUV35.15140.34164.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.11%
GREEN value IS 5 (2.34% from 255) = 3.38%
BLUE value IS 57 (22.66% from 255) = 38.51%
R=58.11%
G=3.38%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.34
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8655700.940.340.66321.4889.0117.84
Hex5653905E22421415912
Octal12657101364210250113122
Binary1010110101111001010111101000101000010101000001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560539; }

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

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

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

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

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

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

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

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