#560347

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

Shades of Tyrian Purple #560347

Tints of Tyrian Purple #560347

Color information

#560347 (or 0x560347) is unknown color: approx Tyrian Purple. HEX triplet: 56, 03 and 47. RGB value is (86,3,71). Sum of RGB (Red+Green+Blue) = 86+3+71=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #560347 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560347 is #A9FCB8. Grayscale: #232323. Windows color (decimal): -11140281 or 4653910. OLE color: 4653910.

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

Color convert

RGB86371-
CMYK00.970.170.66
HSL310.84º93.26%17.45%-
HSV(B)310.84º96.51%33.73%-
XYZ5.012.56.18-
YUV35.57148163.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.75%
GREEN value IS 3 (1.56% from 255) = 1.88%
BLUE value IS 71 (28.12% from 255) = 44.38%
R=53.75%
G=1.88%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8637100.970.170.66310.8493.2617.45
Hex5634706111421375d11
Octal126310701412110246713521
Binary101011011100011101100001100011000010100110111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560347; }

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

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

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

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

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

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

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

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