#560646

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

Shades of Tyrian Purple #560646

Tints of Tyrian Purple #560646

Color information

#560646 (or 0x560646) is unknown color: approx Tyrian Purple. HEX triplet: 56, 06 and 46. RGB value is (86,6,70). Sum of RGB (Red+Green+Blue) = 86+6+70=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #560646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560646 is #A9F9B9. Grayscale: #252525. Windows color (decimal): -11139514 or 4589142. OLE color: 4589142.

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

Color convert

RGB86670-
CMYK00.930.190.66
HSL312º86.96%18.04%-
HSV(B)312º93.02%33.73%-
XYZ5.012.556.02-
YUV37.22146.5162.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.09%
GREEN value IS 6 (2.73% from 255) = 3.70%
BLUE value IS 70 (27.73% from 255) = 43.21%
R=53.09%
G=3.70%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8667000.930.190.6631286.9618.04
Hex5664605D13421385712
Octal126610601352310247012722
Binary1010110110100011001011101100111000010100111000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560646; }

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

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

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

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

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

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

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

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