#560448

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

Shades of Tyrian Purple #560448

Tints of Tyrian Purple #560448

Color information

#560448 (or 0x560448) is unknown color: approx Tyrian Purple. HEX triplet: 56, 04 and 48. RGB value is (86,4,72). Sum of RGB (Red+Green+Blue) = 86+4+72=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #560448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560448 is #A9FBB7. Grayscale: #242424. Windows color (decimal): -11140024 or 4719702. OLE color: 4719702.

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

Color convert

RGB86472-
CMYK00.950.160.66
HSL310.24º91.11%17.65%-
HSV(B)310.24º95.35%33.73%-
XYZ5.052.536.35-
YUV36.27148.17163.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.09%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 72 (28.52% from 255) = 44.44%
R=53.09%
G=2.47%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8647200.950.160.66310.2491.1117.65
Hex5644805F10421365b12
Octal126411001372010246613322
Binary1010110100100100001011111100001000010100110110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560448; }

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

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

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

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

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

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

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

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