#560548

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

Shades of Tyrian Purple #560548

Tints of Tyrian Purple #560548

Color information

#560548 (or 0x560548) is unknown color: approx Tyrian Purple. HEX triplet: 56, 05 and 48. RGB value is (86,5,72). Sum of RGB (Red+Green+Blue) = 86+5+72=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #560548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560548 is #A9FAB7. Grayscale: #242424. Windows color (decimal): -11139768 or 4719958. OLE color: 4719958.

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

Color convert

RGB86572-
CMYK00.940.160.66
HSL310.37º89.01%17.84%-
HSV(B)310.37º94.19%33.73%-
XYZ5.062.556.36-
YUV36.86147.84163.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.76%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 72 (28.52% from 255) = 44.17%
R=52.76%
G=3.07%
B=44.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8657200.940.160.66310.3789.0117.84
Hex5654805E10421365912
Octal126511001362010246613122
Binary1010110101100100001011110100001000010100110110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560548; }

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

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

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

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

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

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

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

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