#560640

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

Shades of Tyrian Purple #560640

Tints of Tyrian Purple #560640

Color information

#560640 (or 0x560640) is unknown color: approx Tyrian Purple. HEX triplet: 56, 06 and 40. RGB value is (86,6,64). Sum of RGB (Red+Green+Blue) = 86+6+64=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #560640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560640 is #A9F9BF. Grayscale: #242424. Windows color (decimal): -11139520 or 4195926. OLE color: 4195926.

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

Color convert

RGB86664-
CMYK00.930.260.66
HSL316.5º86.96%18.04%-
HSV(B)316.5º93.02%33.73%-
XYZ4.832.485.07-
YUV36.53143.5163.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.13%
GREEN value IS 6 (2.73% from 255) = 3.85%
BLUE value IS 64 (25.39% from 255) = 41.03%
R=55.13%
G=3.85%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8666400.930.260.66316.586.9618.04
Hex5664005D1A4213c5712
Octal126610001353210247412722
Binary1010110110100000001011101110101000010100111100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560640; }

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

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

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

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

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

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

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

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