#560348

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

Shades of Tyrian Purple #560348

Tints of Tyrian Purple #560348

Color information

#560348 (or 0x560348) is unknown color: approx Tyrian Purple. HEX triplet: 56, 03 and 48. RGB value is (86,3,72). Sum of RGB (Red+Green+Blue) = 86+3+72=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #560348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560348 is #A9FCB7. Grayscale: #232323. Windows color (decimal): -11140280 or 4719446. OLE color: 4719446.

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

Color convert

RGB86372-
CMYK00.970.160.66
HSL310.12º93.26%17.45%-
HSV(B)310.12º96.51%33.73%-
XYZ5.042.516.35-
YUV35.68148.5163.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.42%
GREEN value IS 3 (1.56% from 255) = 1.86%
BLUE value IS 72 (28.52% from 255) = 44.72%
R=53.42%
G=1.86%
B=44.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8637200.970.160.66310.1293.2617.45
Hex5634806110421365d11
Octal126311001412010246613521
Binary101011011100100001100001100001000010100110110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560348; }

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

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

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

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

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

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

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

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