#560644

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

Shades of Tyrian Purple #560644

Tints of Tyrian Purple #560644

Color information

#560644 (or 0x560644) is unknown color: approx Tyrian Purple. HEX triplet: 56, 06 and 44. RGB value is (86,6,68). Sum of RGB (Red+Green+Blue) = 86+6+68=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #560644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560644 is #A9F9BB. Grayscale: #242424. Windows color (decimal): -11139516 or 4458070. OLE color: 4458070.

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

Color convert

RGB86668-
CMYK00.930.210.66
HSL313.5º86.96%18.04%-
HSV(B)313.5º93.02%33.73%-
XYZ4.952.535.7-
YUV36.99145.5162.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.75%
GREEN value IS 6 (2.73% from 255) = 3.75%
BLUE value IS 68 (26.95% from 255) = 42.5%
R=53.75%
G=3.75%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8666800.930.210.66313.586.9618.04
Hex5664405D154213a5712
Octal126610401352510247212722
Binary1010110110100010001011101101011000010100111010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560644; }

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

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

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

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

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

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

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

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