#560740

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

Shades of Tyrian Purple #560740

Tints of Tyrian Purple #560740

Color information

#560740 (or 0x560740) is unknown color: approx Tyrian Purple. HEX triplet: 56, 07 and 40. RGB value is (86,7,64). Sum of RGB (Red+Green+Blue) = 86+7+64=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #560740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560740 is #A9F8BF. Grayscale: #242424. Windows color (decimal): -11139264 or 4196182. OLE color: 4196182.

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

Color convert

RGB86764-
CMYK00.920.260.66
HSL316.71º84.95%18.24%-
HSV(B)316.71º91.86%33.73%-
XYZ4.842.55.08-
YUV37.12143.17162.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.78%
GREEN value IS 7 (3.12% from 255) = 4.46%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=54.78%
G=4.46%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8676400.920.260.66316.7184.9518.24
Hex5674005C1A4213d5512
Octal126710001343210247512522
Binary1010110111100000001011100110101000010100111101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560740; }

 p { color: rgb(86,7,64); }

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

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

 a { background-color: rgb(86,7,64); }

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

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

 span { border-color: rgb(86,7,64); }

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